Before installing pip, first confirm that 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:
If pip is not the latest version, you can enter python -m pip install --upgrade pip on the command line to upgrade
The above is the detailed content of How to install pip in python3. For more information, please follow other related articles on the PHP Chinese website!