大家好,又见面了,我是你们的朋友全栈君。
Anaconda清华镜像已经恢复使用!
目录
- 1. Anaconda 清华源终于活了!
- 2. 配置命令:
- 2.1 添加清华anaconda镜像:
- 2.1 Conda 附加库:
- pytorch
- conda-forge
- msys2
- bioconda
- menpo
1. Anaconda 清华源终于活了!
2. 配置命令:
2.1 添加清华anaconda镜像:
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
注意:        quad;;; 添加完后,找到 .condarc 文件,删除里面的 defaults,这样能快点。
2.1 Conda 附加库:
pytorch
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud//pytorch/
注意:    quad; PyTorch 官网给的安装命令需要去掉最后的
-c pytorch
,这样才能享受清华源的高速。
conda-forge
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
msys2
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
bioconda
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
menpo
代码语言:javascript复制conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/213453.html原文链接:https://javaforall.cn