Home > Article > Backend Development > How to install python2 on win10?
Steps to install python2 on win10:
1. Download Python2.7
Download Python2.7 from the official website Install the package, as shown in the figure below, select the Windows menu in the download, and enter the download.
2. After the download is completed, double-click or right-click the installation package to install it.
After opening, enter the following interface, select the installation user permissions, which is for all users Still partial. After selecting, click Next:
3. Next, start selecting the target directory, which is the installation directory, as shown in the figure below, click Next:
4. After the selection is completed, enter the interface for choosing to install the Python plug-in, as shown in the figure below:
What needs to be noted here is that you select pip and wait until the Python installation is completed. , pip will be installed simultaneously, and other plug-ins will depend on the situation.
After completion, click Next
5. The installation will take a few minutes, as shown in Figure 1 below. If the installation is successful, it will automatically jump to Figure 2, click Finish.
#6. At this time, you need to configure the Python environment variable to Path. After the configuration is completed, you can check whether the installation has been successful.
Open the run box, enter cmd, type python --version to view the python version, pip is the same as above.
Note: If you install pip separately, you need to download the corresponding version number in advance
The above is the detailed content of How to install python2 on win10?. For more information, please follow other related articles on the PHP Chinese website!