解决:conda下载很慢问题

conda使用清华镜像

首先打开Anaconda Prompt,切换到自己的虚拟环境。之后分别输入以下三条命令执行:

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

复制粘贴运行之后,在安装自己要安装的包就可以了。

参考:[https://blog.csdn.net/manchengpiaoxue/article/details/103591286(https://blog.csdn.net/manchengpiaoxue/article/details/103591286)

你可能感兴趣的:(解决:conda下载很慢问题)