Miniconda
The Miniconda modules include only conda, mamba, python, and a few other packages. Users can use either mamba (preferred) or condo to install packages in their own conda environment.
Modules
The newest module miniconda/4.12.0 is recommeded.
$ module avail miniconda
miniconda/4.10    miniconda/4.12.0  Conda
Please refere to here for using a conda environment.
Mamba
Mamba is a drop-in replacement of conda, and is faster than conda.
Only activating and deactivating a conda environment still requires conda
conda activate <my_conda_environment>
conda deactivate For all other commands, conda can be replaced with mamba.
Last updated
Was this helpful?