Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This page relates to if users wish to install Miniconda3 locally, instead of using the provide module on our clusters.

Table of Contents
stylenone

...

Info

ARCC recommends using the versions of miniconda3 provided as a module, and use a submission script of the form:

Code Block
...
module purge
module load miniconda3/<version>
conda activate <path-to-conda-environment>
...

...

ARCC Related Conda Workshops

Before moving forward, ARCC has the following workshops

We would highly recommend working through at least the first one to understand how to use conda effectively.