Where is the pip path of python3

In versions above python3.4, pip comes by default.

How to view pip

After downloading and installing python, enter the command line and enter pip -V to view the python version number

C:\Users\Administrator pip -V

Output result

pip 19.2.2from c:\anaconda\lib\site-packages\pip(python 3.7)

Install pip manually

You can use the following methods to install:

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py  #Download the installation script
$ sudo python get-pip.py  #Run the installation script

Note: Which version of Python is used to run the installation script, and which version pip is associated with. If it is Python3, execute the following command:

$ sudo python3 get-pip.py  #Run the installation script.

Knowledge point expansion:

View packages installed with pip

Default Python3

pip list

Python2 view the name and version of the package installed by pip

python2 -m pip list

Python3 view the packages and versions installed by pip

python3 -m pip list

You can also use the command

pip freeze

So far, this article on where the pip path of python3 is introduced is here. For more information about where is the pip of python3, please search for the previous articles of ZaLou.Cn or continue to browse the related articles below. Hope you will support ZaLou more in the future. Cn!

Recommended Posts

Where is the pip path of python3
What is the use of Python
What is the use of python's pip
What is the scope of python variables
What is the id function of python
What is the prospect of python development
What is the function body of python
Where is the directory after python installation
What is the function of adb in python
Where is the IDE that comes with Python
Consolidate the foundation of Python (4)
Consolidate the foundation of Python(7)
What is the advantage of python over corporate language
Consolidate the foundation of Python(6)
Consolidate the foundation of Python(5)
Consolidate the foundation of Python (3)
Minimalism is the soul of Python | Python code to find bugs (10)
The usage of wheel in python
Python handles the 4 wheels of Chinese
Python simulation of the landlord deal
The premise of Python string pooling
Secrets of the new features of Python 3.8
Learning path of python crawler development
The father of Python joins Microsoft
The operation of python access hdfs
The usage of tuples in python
End the method of running python
Can Python implement the structure of the stack?
Learn the basics of python interactive mode
What are the required parameters of python
Logistic regression at the bottom of python
The usage of Ajax in Python3 crawler
Python solves the Tower of Hanoi game
Solve the conflict of multiple versions of python
Python implements the sum of fractional sequences
Two days of learning the basics of Python
The essence of Python language: Itertools library
What are the advantages of python language
The specific method of python instantiation object
python3 realizes the function of mask drawing
The specific method of python import library
Solve the conflict of multiple versions of python
Detailed explanation of the use of pip in Python | summary of third-party library installation
Detailed explanation of the principle of Python super() method
Python 3.9 is here!
The difference between the syntax of java and python
7 features of Python3.9
Python realizes the development of student management system
Python implements the shuffling of the cards in Doudizhu
The meaning and usage of lists in python
Solve the problem of python running startup error
Can the value of the python dictionary be modified?
Python implements the source code of the snake game
Detailed explanation of the usage of Python decimal module
How about learning python at the age of 27?
What is the difference between python and pycharm
2.1 The Python Interpreter (python interpreter)
The consequences of uninstalling python in ubuntu, very
Python writes the game implementation of fishing master
Python is short-what does the spirit cage say
[898] python get the intersection of two lists | union | difference