1. Create the new environment in the lab share
conda create --prefix /gpfs/data/im-lab/nas40t2/bin/envs/env_name 
  1. Activate the new environment
conda activate env_name
  1. Install whatever you want in your new environment. Also because the environment is in the labshare, anyone can use it just by calling
conda install <software>
conda activate /gpfs/data/im-lab/nas40t2/bin/envs/env_name

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 Santhanam (2020). Creating Environments in CRI. ImLab Notes. /post/2020/11/13/creating-environments-in-cri/

BibTeX citation

@misc{
  title = "Creating Environments in CRI",
  author = "Natasha Santhanam",
  year = "2020",
  journal = "ImLab Notes",
  note = "/post/2020/11/13/creating-environments-in-cri/"
}