美文网首页
How to install pip on Linux

How to install pip on Linux

作者: Saxon_323e | 来源:发表于2019-05-05 11:23 被阅读0次

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

参考文献
亲测脚本下载

相关文章

网友评论

      本文标题:How to install pip on Linux

      本文链接:https://www.haomeiwen.com/subject/zrecoqtx.html