1 报错内容
# pip
-bash: pip: 未找到命令
或者
- bash: pip: command not found
2 解决办法
1、如果没有epel源下载阿里的epel源
# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2、安装pip
# yum -y install python-pip
3 验证
# pip list
backports.ssl-match-hostname (3.5.0.1)
chardet (2.2.1)
configobj (4.7.2)
decorator (3.4.0)
iniparse (0.4)
ipaddress (1.0.16)
IPy (0.75)
网友评论