LoginSignup
0
0

More than 1 year has passed since last update.

【Python】 開始終了、pipインストールメモ

Posted at

バージョン確認

バージョン確認
python --version

こんなのが出てくる(バージョンによって変わる)

結果
Microsoft Windows [Version 10.0.19042.1237]
(c) Microsoft Corporation. All rights reserved.

C:\XXXX\XXXX>python --version
Python 3.8.10

C:\XXXX\XXXX>python --version
Python 3.8.1>

pipからのインストール

pipからのインストール
py -m -3.9 pip install BeautifulSoup
py -m pip install BeautifulSoup

pipのアップグレード

pipのアップグレード
py -m pip install --upgrade pip

開始

python

コマンド終了

コマンド終了
>>>exit()
>>>quit()
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0