CRI has versions of miniconda already downloaded through the module commands. However, those sometimes do not work so it is best to just install conda for yourself on CRI. The whole process is quite simple and should only take a few minutes.

First download the conda installer from their website

You can download using

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

In your terminal run:

bash Miniconda3-latest-Linux-x86_64.sh

Make sure to follow the prompts on the installer screens. At the end, it’ll ask you where to install miniconda. If you have a software directory in your folder, you can tell miniconda to install there. /gpfs/data/im-lab/nas40t2//software/miniconda

Finally, you can test your installation by running the command conda list

You can run the lab version of conda by typing /gpfs/data/im-lab/nas40t2/lab_software/miniconda/bin/conda -h

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT.

Suggest changes

If you find any mistakes (including typos) or want to suggest changes, please feel free to edit the source file of this page on Github and create a pull request.

Citation

For attribution, please cite this work as

Natasha Santhnam (2021). Installing Conda on CRI. ImLab Notes. /post/2021/06/04/installing-conda-on-cri/

BibTeX citation

@misc{
  title = "Installing Conda on CRI",
  author = "Natasha Santhnam",
  year = "2021",
  journal = "ImLab Notes",
  note = "/post/2021/06/04/installing-conda-on-cri/"
}