赞
踩
@创建于:20211101
找到.condarc的路径:
C:\Users\username\.conda\pkgs\conda-4.8.3-py36_0\info\test\tests
.condarc文件增加
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true
参考链接:【Anaconda】Anaconda使用(修改.condarc文件和常用命令)
# 添加清华Anaconda镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
# 显示通道地址
conda config --set show_channel_urls yes
若未成功生成该配置文件,也可手动创建、添加上面内容保存即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。