- Download and install
miniconda 3
. - Add conda to
.bashrc
during installation, or run manuallyeval "$(/home/jch/scratch/jsalt/anaconda3/bin/conda shell.bash hook)"
to populate your shell with conda programs. - Install our
conda
environment withconda env create -f environment.yml
. To update the environment useconda env update --file environment.yml
.
If the envirnonment has not been loaded in the current session, then:
- Add the conda env
conda activate distsup
. - Add our env variables
source set-env.sh
.