.condarc
file overrides conda defaults, causing conda to search only the channels listed, in the order specified.
To configure conda, create or update the ~.condarc
system configuration file in the root directory of the environment to add the repository channel:
<your-server.domain.com>
with the fully-qualified domain name (FQDN) of your installation of Anaconda Enterprise.
See this section of the conda docs for more information.