ubuntu、linux更换pip源

1.创建pip配置文件

vi ~/.pip/pip.conf

2.写入配置内容  

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

 

posted on 2017-04-09 13:28  honsen  阅读(290)  评论(0编辑  收藏  举报

导航