Using conda with Package Security Manager (On-prem)
In order to use conda to interact with your Package Security Manager channels, you must first configure your .condarc
file. There are multiple methods for accomplishing this:
For instructions on how to configure your .condarc
using the CLI, see Using the .condarc configuration wizard.
For instructions on how to configure your .condarc
using the CLI, see Using the .condarc configuration wizard.
Choose a set of conda configuration commands that matches your setup:
Set your channel alias by running the following command:
Set your channel alias by running the following command:
Set your channel alias by running the following command:
Once your channel alias is set, add any Package Security Manager channels you need to access to your .condarc
by running the following command:
You must run this command for each channel you need to access.
For more information, see the official conda documentation.
Was this page helpful?