You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.