Home  >  Article  >  Backend Development  >  How to install pip in python3.7

How to install pip in python3.7

silencement
silencementOriginal
2019-05-18 19:55:5724461browse

How to install pip in python3.7: first confirm that the python environment is normal; then open the command line window, enter "pip3 -V" and check the python version; finally enter the command "python -m pip install --upgrade pip ”, command to upgrade.

How to install pip in python3.7

#Before installing pip, first make sure your python environment is normal!

Python comes with pip in releases of python3.x or above. The pip in python3 is called pip3. When using it, please pay attention to

WIN R Enter cmd, press Enter, open the command line window, enter pip3 -V, check the python version

as follows:

How to install pip in python3.7

If pip is not the latest version, you can enter python -m pip install --upgrade pip on the command line to upgrade

How to install pip in python3.7

The above is the detailed content of How to install pip in python3.7. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn