If I delete the default conda channel and would like to add it back again later, how do I do that? is there a URL link just like for conda-forge channel URL link that I just add (because I can't find one)? or writing "default" is just gonna work?
conda-forge
channel URL to my environment using Anaconda Navigator.default
channel to test some things out.default
channel back later.Conda recognizes defaults
as a special name. Any other non-URLs are interpreted as channels on Anaconda Cloud. E.g.,
Unless you're using a local mirror or proxy, most users never need to use a URL.