1 首先安装epel扩展源:
sudo yum -y install epel-release
2 然后安装python-pip
sudo yum -y install python-pip
3安装完之后别忘了清除一下cache
sudo yum clean all