Skip to content

Miniconda Environments

Adam Kimbler edited this page Aug 7, 2017 · 1 revision
  1. Open a terminal locally on your computer
  2. SSH onto the HPC by typing: ssh [email protected] or ssh [email protected]
  3. Open a terminal on the HPC
  4. Type the following commands on the terminal command line:
module add miniconda/2.7/4.2.12
conda create -p /home/data/madlab/envs/NAMEOFENVIRONMENT name_of_package_1 name_of_package_2
source activate /home/data/madlab/envs/NAMEOFENVIRONMENT

For more information, visit the conda environment documentation here