方法一:命令行配置
清华镜像站帮助文档:清华镜像站地址
1.1添加源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --add https://mirrors.aliyun.com/anaconda/pkgs/free/
conda config --add https://mirrors.aliyun.com/anaconda/pkgs/main/
conda config --set show_channel_urls yes
1.2删除源
conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
1.3查看配置情况
conda config --show channels
方法二:直接修改Anaconda镜像源配置文件
2.1打开配置文件
vim ~/.condarc
2.2编辑配置文件(英文输入法按下i键),将源添加到文件中
2.3保存退出(按esc键,然后输入wq!保存推出)
2.4测试
conda clean -i
配置完成
文章来源地址https://www.toymoban.com/news/detail-637512.html
文章来源:https://www.toymoban.com/news/detail-637512.html
到了这里,关于配置linux的anaconda3国内清华、阿里云镜像的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!