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
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----------
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
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----------
Added the above source, but did not use it.
http://conda.pydata.org/docs/...
Everything will be clear once you take a look