.condarc file manually:
You will need to configure your conda configuration file, .condarc, to point to your instance of Anaconda Server and
set up the channel(s) you want to pull packages from. This enables Conda to install packages from your instance of
Anaconda Server rather than pulling from repo.anaconda.com.
The location of your .condarc file depends on which operating system you use. Consult the
condarc documentation
to determine the correct path.
.condarc file with a text editor
channel_alias and the default_channels
-c <CHANNEL_NAME> flag allows you to install packages from channels on Anaconda Server that have been
created by users or administrators.
If you do not specify the -c flag, packages will be taken from the channels in the default_channels configuration.