Before verifying pip, first confirm whether your python environment is normal!
#Python comes with pip in releases of python3.x or above. The pip in python3 is called pip3, please pay attention when using it.
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 Does python3.7 come with pip?. For more information, please follow other related articles on the PHP Chinese website!