Anaconda资源收集

配置

代理配置

# 修改配置文件
vi ~/.condarc 
# 添加以下内容
use_pip: true
proxy_servers:
  http: http://x.x.x.x:xxx
  https: http://x.x.x.x:xxx

使用指南

posted @ 2018-04-26 21:49  rkpack  阅读(197)  评论(0)    收藏  举报