出现问题:
[root@yaxuan ~]# yum -y install pip
Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile
* base: mirrors.tuna.tsinghua.edu.cn
* extras: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.tuna.tsinghua.edu.cn
Setting up Install Process
No package pip available.
Error: Nothing to do
解决方法:
1.首先安装epel扩展源,命令:
sudo yum -y install epel-releasesudo yum -y install python-pipOk,成功!

本文介绍了解决在使用yum命令安装pip过程中遇到的问题的方法。通过安装epel扩展源并使用yum命令成功安装了pip。

被折叠的 条评论
为什么被折叠?



