pubyun/macdev

pip安装依赖时提示pypi.douban.com is not a trusted or secure host

Closed this issue · 1 comments

豆瓣的镜像貌似不支持https,可以用如下配置解决:

[global]
index-url = http://pypi.douban.com/simple
trusted-host = pypi.douban.com

参考:http://www.jianshu.com/p/785bb1f4700d

豆瓣支持 https,已经修正地址。