How to install pip on Linux

2019-05-05  本文已影响0人  Saxon_323e

To install pip on Ubuntu, Debian or Linux Mint:

$ sudo apt-get install python-pip

To install pip on CentOS, first enable EPEL repository, and then run:

$ sudo yum install python-pip

If you want to install pip3 for python3, you can use the following commands.

$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python3 get-pip.py

参考文献
亲测脚本下载

上一篇下一篇

猜你喜欢

热点阅读