linux环境pip源配置
修改pip安装源。在mac上需要自己创建.pip/目录和配置文件。
# mkdir ~/.pip # vim ~/.pip/pip.conf
# 阿里源
[global] index-url = http://mirrors.aliyun.com/pypi/simple/ trusted-host = mirrors.aliyun.com
# 豆瓣源
[global] index-url = http://pypi.douban.com/simple trusted-host = pypi.douban.com

浙公网安备 33010602011771号