centos7 安装pip 在centos7中安装pip使用yum安装非常方便,只需要三步就可完成: yum -y install epel-releaseyum install python-pippip install --upgrade pip 参考: https://www.jianshu.com/p/5220d12b15e3