centos7安装pip

1、安装epel扩展源

yum -y install epel-release

2、安装pip

yum -y install python-pip

3、清楚cache

sudo yum clean all

你可能感兴趣的:(centos7安装pip)