pip

linux下安装pip

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