方法一
wget http://www.5yun.org/Soft/linux/get-pip.py --no-check-certificate
python get-pip.py
方法二
wget --no-check-certificate https://github.com/pypa/pip/archive/1.5.5.tar.gz
tar zvxf 1.5.5.tar.gz #解压文件
cd pip-1.5.5/
python setup.py install
如果出现“git: command not found”的情况,用下面yum命令执行一遍
yum install -y git
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END