Skip to content

Anaconda

The conda bundle is used to quickly create bundles that package software available in the Anaconda repositories. The module makes variants using Rocky Linux and Fedora as operating systems available. Python 3.11 and 3.12 are supported.

Usage example

The default variant uses python 3.11 on Rocky Linux 9. If this is sufficient the following command executed in the terminal is enough to load the bundle:

module load conda

The following example loads the Fedora variant with python 3.12

module load conda python=3.12 os=fedora

The conda command can then be run to manage environments.

The conda_shell command can be used to access a shell in the conda bundle, and to activate an environment.

conda_shell

After entering the conda_shell the environment can be activated. Replace name_of_environment with the name of your environment.

conda activate name_of_environment

Performance notes

No performance notes available

No recommended resources available

Benchmarks

No benchmarks available.

Community guides and tutorials

  • No community guides available.

Official site and documentation

Licensing information

Anaconda and Conda are licensed under the BSD 3-Clause license.

Primary citation

External guides and resources

  • If you know of a guide/tutorial that you have found useful, please help us share it by contacting the HPC staff at hpc@ufs.ac.za