欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

conda install速度很慢

程序员文章站 2022-06-04 19:47:01
...

问题描述

conda install速度很慢

问题解决

修改conda镜像路径

  1. 执行如下命令,更换仓库径路为清华镜像路径
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    
  2. 在自己用户目录C:\Users<你的用户名>下生成一个文件,名字为:.condarc
    conda config --set show_channel_urls yes
    
相关标签: # python