python3.6 how to install pip

python3.6 pip mounting method is as follows:

1. Download the file whl

 

 

2, the downloaded file into the root directory of Python

  For example: D: \ Python36, the files in this directory;

3, open cmd, enter Python:

cd / d D: \ Python36

  Then execute the command:

python.exe pip-9.0.1-py2.py3-none-any.whl/pip install pip-9.0.1-py2.py3-none-any.whl

  Installation results:

 

 

4, verify that the installation was successful pip

Reopen cmd, enter:

pip install beautifulsoup4

  The installation was successful, as shown:

 

 Installation failed, suggesting that "is not an internal command", you need to configure the environment variable path, the last increase:

D:\Python36\Scripts

  

 

 And then re-open the cmd window, enter the command, you can.

Guess you like

Origin www.cnblogs.com/daniumiqi/p/12123040.html
Recommended