.condarc
file.condarc
file to tell conda where the channel is located.
Complete the following steps to add one of your organizations’ channels to your .condarc
file:
channels:
list, giving it top priority when conda is searching for packages. For more information about channel priority and additional conda config command arguments, see Channels.
.condarc
’s channels:
list..condarc
filechannels:
list, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:
default_channels:
in the .condarc
file for later use, if needed, but won’t look for packages in those locations..condarc
file’s channels:
list at any time by running the command: conda config --append channels defaults
.condarc
file to access the channel’s packages)