美文网首页
Python2.7安装pip

Python2.7安装pip

作者: 古寒飞 | 来源:发表于2017-07-21 20:19 被阅读29次

python2.7安装pip

官网地址,https://pip.pypa.io/en/stable/installing/

================================================================

它会提供一个get-pip文件:

wget https://bootstrap.pypa.io/get-pip.py

==================================================================

运行python get-pip.py

它会下载pip和setuptools。pip依赖setuptools.

======================================================================

这期间可能因为网络问题崩掉,换时间多试几次吧。

相关文章

网友评论

      本文标题:Python2.7安装pip

      本文链接:https://www.haomeiwen.com/subject/pktykxtx.html