.condarc
file in the root directory of your local machine.
.condarc
file, speak with your administrator..condarc
file is a configuration file that tells conda where to look for packages. Here is an example of what your .condarc
file might look like:
anaconda-enterprise-cli
before they can access packages from them. For more information about channel sharing, see sharing channels.
In this example, conda will look for a requested package in your Workbench channel first, then will look in https://repo.anaconda.cloud/repo/main.
For more information regarding the .condarc
file, see the official conda documentation.