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 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目
# sudo yum -y install epel-release
# sudo yum -y install python-pip
# 坐等安装就好了