没有安装pip,装上就好啦
解决方法(Centos版)wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py # 输入当前系统的python(x) 命令
python命令需要对应你安装的python几
例如我装的python3
我运行
python3 get-pip.py
pip -V
find / -name pip
ln -s /usr/local/python/bin/pip /usr/bin/pip
-bash: pip: command not found pip命令报错 解决方法(Centos版)
原文:https://blog.51cto.com/u_15265965/2898571