报错:bash: pip: command not found

$ wget https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py
$ pip -V  #查看pip版本

原文地址:https://www.cnblogs.com/azhqiang/p/9814869.html