Resolve Conda Packages Using the Conda Client

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

1. Perform the process of settings up your .condarc file according to the instructions in the Set Me Up page for Conda.

2. Install a package from your Artifatory Conda repository:

conda install <PACKAGE_NAME>

3. Install a package from a specific sub-channel inside your Conda repository:

conda install -c <CHANNEL_NAME> <PACKAGE_NAME>

4. Search for a package in your Artifactory Conda repository:

conda search <PACKGE_NAME>