Today, when the server is debugging some software, it needs to have a Python version. So I have this article.
The steps are more detailed. Installation is also relatively simple. The main thing is to set the variable.
Pytho version is very much, here we use the 2.7.4 version
Http://python.org/ftp/python/2.7.4/python-2.7.4.msi
After downloading, double-click it directly to run the installer.
By default, Install for all users, click the Next button to go to the next step.
The installation path can be customized, or you can go to the next step by clicking the Next button without modification.
Custom install Python, generally do not need to set, directly click the Next button, into the next step.
Python starts to install, wait a moment, install complete, go to the next interface,
The appearance of this interface means that the Python installation is complete, click the Finish button directly.
Click Finish to complete the Python installation
Set environment variable, first right click on "My Computer" on the desktop, select "Properties".
Then locate the advanced system settings and click
Click on the System Properties page, find again and click on "Environment variables"
Select the variable for "path" and click the "Edit" button
Add a Python path after the value of the variable, such as "; C:\Pythoon27 (Note that the first symbol is a semicolon; the path is separated from the path by a semicolon) and click OK.
Once the setup is complete, the rest of the determination is determined. Until the property window closes.
So far, Python has been fully installed in 2008 environments. The most important thing is where the variables are set. And the semicolon problem.
After the installation is complete, we guarantee that the installation is correct. Need to test
Click "Start"-"Run" and enter "Python",
After the input is complete. If the following image appears./description has been installed, and the variable is correct. It can be used normally.