pip It is commonly used. python Package management tools , use python Classmate , Cannot leave pip ~~
The first one is It comes with the system python2.7 In the path ofpip yes python Package management tools , stay Python2.7 In the installation package of ,easy_install.py Is installed by default , and pip We need to install it by hand .
Open the terminal :
sudo easy_install pip
The second kind stay python3 In the path of curl https://bootstrap.pypa.io/get-pip.py | python3
Check the version after installation
pip --version
View the corresponding package
pip list
Install and update pip
pip install --upgrade pip
This is about Mac install pip This is the end of the article . I hope it will be helpful for your study , I also hope you can support the software development network .