使用阿里云 pip 源

  1. 官网
  2. 公网
  3. 内网
  4. 临时设置

官网

http://mirrors.aliyun.com/help/pypi

公网

~/.pip/pip.conf文件中添加或修改

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com

内网

~/.pip/pip.conf文件中添加或修改

[global]
index-url = http://mirrors.aliyuncs.com/pypi/simple/

[install]
trusted-host=mirrors.aliyuncs.com

临时设置

pip install bottle -i http://mirrors.aliyuncs.com/pypi/simple --trusted-host mirrors.aliyuncs.com


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 bin07280@qq.com

文章标题:使用阿里云 pip 源

文章字数:84

本文作者:Bin

发布时间:2017-12-17, 22:30:45

最后更新:2019-08-06, 00:07:35

原始链接:http://coolview.github.io/2017/12/17/Python/%E4%BD%BF%E7%94%A8%E9%98%BF%E9%87%8C%E4%BA%91-pip-%E6%BA%90/

版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。

目录