centos 7 中 bash: pip: command not found...
001、问题
bash: pip: command not found...

002、python版本
[root@localhost pool]# python --version Python 2.7.5

003、解决方法
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
004、测试效果
pip --version


浙公网安备 33010602011771号