Centos6.6上面安裝pip
# yum -y install pip
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.cn99.com
* extras: mirrors.cn99.com
* updates: mirrors.163.com
No package pip available.
Error: Nothing to do
解決方式
需要先安裝拓展源EPEL
EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社區(qū)打造,為 RHEL 及衍生發(fā)行版如 CentOS、Scientific Linux 等提供高質(zhì)量軟件包的項目
# sudo yum -y install epel-release
# sudo yum -y install python-pip
# 坐等安裝就好了