安装pip
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py #下载pip python get-pip.py #安装pip python -m pip -V #查看安装pip的版本
python3安装pip
curl -s https://bootstrap.pypa.io/get-pip.py | python3

安装pip
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py #下载pip python get-pip.py #安装pip python -m pip -V #查看安装pip的版本
python3安装pip
curl -s https://bootstrap.pypa.io/get-pip.py | python3