Anaconda资源收集
Posted dyntao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Anaconda资源收集相关的知识,希望对你有一定的参考价值。
配置
代理配置
# 修改配置文件
vi ~/.condarc
# 添加以下内容
use_pip: true
proxy_servers:
http: http://x.x.x.x:xxx
https: http://x.x.x.x:xxx
使用指南
以上是关于Anaconda资源收集的主要内容,如果未能解决你的问题,请参考以下文章
精心收集的 48 个 JavaScript 代码片段,仅需 30 秒就可理解