Conda/Mamba tips and tricks

From HPCWIKI
Jump to navigation Jump to search

Downgrading Conda Version

conda config --set allow_conda_downgrades true
conda install conda=a.b.c   # version you want to install

Conda commands

Commands Description Notes
conda config --add channels conda-forge Add conda channel
conda config --set channel_priority strict Set channel priority policy
conda config --show-sources Show config
conda update --all --verbose Update all conda with printout
conda list --show-channel-urls Listup conda channels

Reference