程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Installation of Python package management tool PIP under mac

編輯:Python

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 of

pip 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 .



  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved