It is a work memo.
Open the official page.
This time, the download page of Python 3.5.1 is displayed.
Download this Windows x86-64 executable installer and run it with administrator privileges. It is now installed.
The path was located in D: \ Users \ xxxx \ AppData \ Local \ Programs \ Python \ Python35 \
.
Start a command prompt and move to the above path with the cd command
python.ext --version
Python 3.5.1
pip
exists under the Scripts folder of the folder where python.exe is located
pip --version
If you set the environment variable Path, you do not have to move to the target directory each time.
It is convenient to refer to the following and set as necessary.
Python for Windows installation memo
Recommended Posts