conda换成清华镜像源

  • 恢复默认源
conda config --remove-key channels
  • 显示镜像源
conda config --show-sources

切换为清华镜像源

conda config --remove-key channels

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

conda config --set show_channel_urls yes

 

posted on 2023-06-21 20:24  zyp_java_net  阅读(296)  评论(0)    收藏  举报

导航