Home  >  Article  >  Backend Development  >  How to install pip in python37

How to install pip in python37

尚
Original
2019-07-03 11:27:034659browse

How to install pip in python37

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

How to install pip in python37

Just open cmd and enter the window command line mode and then switch the drive letter to the installed \Python37\Scripts and execute:

How to install pip in python37

Just press Enter.

After installation, some pip files will be added, as shown below:

How to install pip in python37

Then confirm, open cmd to enter administrator mode: enter pip

How to install pip in python37

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!

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