Bulk of the software is installed via ''Conda''.
| **List all env** || ''conda env list'' |
| **Use an env** || ''source activate '' |
| **Show versions** || ''conda list -n '' |
| **Exit an env** || ''source deactivate'' |
| **To use an old environment from previous setup** || ''source activate /scratch2/software/anaconda/envs/'' |
**To enable old environments with priority to new environments when present**
**__Add the following to your ~/.condarc__**
envs_dirs:
-
- /scratch5/software/miniconda3/envs
- /scratch2/software/anaconda/envs
[[conda-env|Existing environments]]