为特定版本python安装pip
1. 获取脚本
wget https://bootstrap.pypa.io/get-pip.py
2. 指定python版本安装,比如python2
python2 get-pip.py
3. 查看安装的pip
pip
pip2
4. 使用指定的pip
pip2 -V
为特定版本python安装pip
1. 获取脚本
wget https://bootstrap.pypa.io/get-pip.py
2. 指定python版本安装,比如python2
python2 get-pip.py
3. 查看安装的pip
pip
pip2
4. 使用指定的pip
pip2 -V
本文标题:为特定版本python安装pip
本文链接:https://www.haomeiwen.com/subject/iuvwmftx.html
网友评论