available_software
This is an old revision of the document!
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 environment when present
available_software.1763233490.txt.gz · Last modified: by pillai
