windows10 installation python2.7.12

1. Download: official website: https://www.python.org/downloads/release/python-2712/

           ps: Fast download method, click download, copy the download link sent to the phone, using a mobile phone download, quickly, download finished, and then sent to the computer.

2. Install: Double click to open, select Instal just for me, next, select the folder: D: \ Program Files \, create a new folder, Python27, next, drop-down selection add to global environment, next, the system appears a bomb box, select yes, the installation process will appear black window, do not bother, there will be a successful window after a successful installation

There is a third step below

 

3. Detection: Open command window, windows + s, input cmd, enter, enter the following code detection

python

 

print"Holle Python"

Black window output "Holle Python" represents a successful installation

 

4. Link Reference: https://www.cnblogs.com/Sumomo0516/p/6010270.html

Published 33 original articles · won praise 22 · views 6755

Guess you like

Origin blog.csdn.net/qq_42909053/article/details/104166543