You can resolve Conda packages from Local, Remote, and Virtual Conda Repositories specified as supporting Conda packages.
Note
Applicable for Local, Remote, and Virtual repositories.
After setting up your .condarc, you may use the following command to resolve packages from Artifactory:
conda install <PACKAGE_NAME>
Example
conda install numpy
To install a package from a specific conda sub-channel, use the "-c" flag with the install command:
conda install -c <CHANNEL_NAME> <PACKAGE_NAME> Example
conda install -c https://company.jfrog.io/artifactory/api/conda/conda-virtual pandas