pythonanacondacondaconda-forge

Resetting conda default channel after deletion in Conda environement - Anaconda


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?

anaconda-navigator-env-channels-preview-screenshot


Solution

  • 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.