PHP中文网2017-04-18 09:17:46
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
Remove the quotation marks and add them again
conda config --add channels https://mirrors.tuna.tsinghua...
conda config --set show_channel_urls yes
天蓬老师2017-04-18 09:17:46
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.
天蓬老师2017-04-18 09:17:46
http://conda.pydata.org/docs/...
Everything will be clear once you take a look