参考:https://blog.csdn.net/qinweixp/article/details/79964110
修改anaconda的配置文件,位置在path-for-install目录下.condarc文件,添加代理
1、如果公司代理不使用用户名密码
proxy_servers:
http: http://xxxx:8080
2、代理需要用户名
proxy_servers:
http: http://user:password@xxxx:8080
https: https://user:password@xxxx:8080