报错内容:
-bash: pip: 未找到命令
或者
- bash: pip: command not found
解决办法:
下载阿里的epel源
# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
安装pip
# yum -y install python-pip
验证
# pip list
如出现列表即为正常。





楼主辛苦了,谢谢楼主,楼主好人一生平安!