Python2安装pip的方法

install pip for python 2

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
python2 get-pip.py
sudo apt-get install python-dev # for python2.x installs

你可能感兴趣的:(环境,pip,python,开发语言)