Skip to content

Guide: setting up workstation and cluster

jeffiar edited this page May 12, 2023 · 11 revisions

On the o2 cluster

The cluster has miniconda available. To set it up, run module load miniconda3 and then conda init bash. This sets up a snippet in your .bashrc to automatically activate the conda base environment whenever you log in to the workstation (or run a job?). Restart your shell for these changes to take effect.

It is advisable to use mamba to manage your packages as it is faster and less fussy.

Clone this wiki locally