Install a graphic tutorial on python2.7.8 in Windows,
This article will share with you the installation tutorial of python2.7.8 for your reference. The details are as follows:
1. Go to the python official website to download:Https://www.python.orgClick Download and select windows:
2. After the download is complete, click "run" and click "Next" until "Finish ".
3. After the installation is complete, start the command prompt (shortcut: WIN + R, input: cmd) in the Start Menu> program> attachment)
Prompt:Python is not an internal or external command.
Cause: when running python in Windows, you will find the python. EXE running program in the pathenvironment variable. This error will be reported if it cannot be found.
Solution: Add python to the Path environment variable.
Computer ---> properties ---> advanced ---> environment variable ----> Path ----> Edit
Add the installation path of python to the end. Add a semicolon to separate the installation paths, for example:; C: \ Python27And then click "OK"
Open cmd again, enter python, and display the installed python version;
Enter exit () to exit.
4. This is the python command writing interface. Enter a number to obtain the result, for example:
Now, python is installed in windows.
The above is all the content of this article. I hope you can give us a reference and support the customer's home.