1.直接安装
yum install python-pip
如果没有安装包
执行
yum -y install epel-release
执行成功之后,再次执行
对安装好的pip进行升级
pip install --upgrade pip
pip工具就安装好了。