Creating Environments in CRI
- Create the new environment in the lab share
conda create --prefix /gpfs/data/im-lab/nas40t2/bin/envs/env_name
- Activate the new environment
conda activate env_name
- 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
© HakyImLab and Listed Authors - CC BY 4.0 for Text and figures - MIT for code