Initialize Anaconda

Initial setup

Perform these steps on the head node

  1. Load the anaconda module. Not specifying a version will load the most recent one.
    module load anaconda
  2. Run conda init. This will place anaconda info into your .bashrc file so you don't have to load the anaconda module every time you need it.
    conda init

Anaconda is now ready for use.