available_software
Bulk of the software is installed via Conda.
| List all env | conda env list |
|
| Use an env | source activate <env name> |
|
| Show versions | conda list -n <env name> |
|
| Exit an env | source deactivate |
|
| To use an old environment from previous setup | source activate /scratch2/software/anaconda/envs/<env name> |
|
To enable old environments with priority to new environments when present
Add the following to your ~/.condarc
envs_dirs: - <personal conda env paths if they exist like ~/.conda/envs> - /scratch5/software/miniconda3/envs - /scratch2/software/anaconda/envs
available_software.txt · Last modified: by pillai
