.condarc
file overrides conda defaults, causing conda to search only the channels listed, in the order specified.
The channels you specify can be public or private. Private channels will require you to authenticate before you can conda install
packages from them.
If your organization has configured conda at the system level to limit platform users to only access packages in your on-premises repository, this will override your user-level configuration file.
To configure conda, create or update your ~.condarc
configuration file in the root directory of your local machine to include your preferred repository channels. For example: