首先下载并安装setuptools:
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
sudo python ez_setup.py --insecure
再到python官网下载pip安装包,解压到某个位置,我这里下载的是9.0.1版本,然后就可以安装了:
cd pip-9.0.1
sudo python setup.py install
首先下载并安装setuptools:
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
sudo python ez_setup.py --insecure
再到python官网下载pip安装包,解压到某个位置,我这里下载的是9.0.1版本,然后就可以安装了:
cd pip-9.0.1
sudo python setup.py install
本文标题:Linux下python2.7安装pip
本文链接:https://www.haomeiwen.com/subject/ankipttx.html
网友评论