美文网首页
重新安装pip

重新安装pip

作者: BenjaminY | 来源:发表于2019-03-04 20:01 被阅读0次

打开 python 安装目录 下的 Scripts 文件夹,在空白处shift+鼠标右键,选择在此处打开命令窗口,

在弹出的窗口中执行命令 easy_install.exe -i http://mirrors.aliyun.com/pypi/simple/ pip 即可。-i 必须加,因为原始国外源非常慢。

如果 python 安装目录下 的 Scripts 目录中有没有 easy_install.exe,参见 http://blog.csdn.net/la6nf/article/details/78944651

相关文章

网友评论

      本文标题:重新安装pip

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