Linux 下安装pip

$ wget https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py
$ pip -V  #查看pip版本
原文地址:https://www.cnblogs.com/zgaspnet/p/8135968.html