Before installing pip, make sure that python and the easy_install tool have been installed in the win system. If the system is installed successfully, easy_install will be in the directory python's installation disk (such as the D drive): Under \Python37\Scripts
Just open cmd and enter the window command line mode and then switch the drive letter to the installed \Python37\Scripts and execute:
Just press Enter.
After installation, some pip files will be added, as shown below:
Then confirm, open cmd to enter administrator mode: enter pip
For more Python related technical articles, please visit the Python Tutorial column to learn!
The above is the detailed content of How to install pip in python37. For more information, please follow other related articles on the PHP Chinese website!