python - anaconda3 windows conda怎么选择源?下载速度太慢了
天蓬老师
天蓬老师 2017-04-18 09:15:46
0
3
1014

自己加了新的源,但还是用原来的。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
洪涛
  1. Delete the previously added information
    Open the .condarc file in the user directory (such as C:UsersVincent) and delete the previously added information by mistake

  2. Remove the quotation marks and add them again

    conda config --add channels https://mirrors.tuna.tsinghua...
    conda config --set show_channel_urls yes

Peter_Zhu

Update:

It is true that there is no need to add quotes when adding a channel
In addition, the respondent did not mention how to delete the originally added wrong channel. I searched and found that the configuration file is .condarc. You can use the conda info -a command to view the path C:UsersAdministrator.condarc. Open it directly through Notepad, delete both the default one and the wrong one, leaving only the correct one.
-----The following is the original record, because I can't edit the question on my mobile phone, I have to write the supplementary explanation here----------

conda config --add channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/'

conda config --set show_channel_urls yes

Added the above source, but did not use it.

Peter_Zhu

http://conda.pydata.org/docs/...

Everything will be clear once you take a look

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!