centos7安装pip
2019-02-13 本文已影响0人
weijie09
1、安装epel扩展源
yum -y install epel-release
2、安装pip
yum -y install python-pip
3、清楚cache
sudo yum clean all
1、安装epel扩展源
yum -y install epel-release
2、安装pip
yum -y install python-pip
3、清楚cache
sudo yum clean all