「Windows10」Python3.8.3のインストール後の確認コマンドメモ

2020年7月19日

1.コマンドプロンプトを実行します

2.py 、pipのインストールパスの確認
C:\>where py
C:\Windows\py.exe

C:\>where pip
C:\Program Files (x86)\Python38-32\Scripts\pip.exe

3.python のバージョンの確認
C:\>python –version
Python 3.8.3

4.pythonコンパイラのバージョン番号の確認
C:\>python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
Type “help", “copyright", “credits" or “license" for more information.
>>>

Windows10

Posted by arkgame