美文网首页
为特定版本python安装pip

为特定版本python安装pip

作者: 李孝伟 | 来源:发表于2018-07-27 11:30 被阅读5次

为特定版本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