User Tools

Site Tools


available_software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
available_software [2018/05/11 07:07] – removed pillaiavailable_software [2026/03/19 10:46] (current) pillai
Line 1: Line 1:
 +Bulk of the software is installed via ''<color darkred>Conda</color>''
 +
 +
 +
 +|  **List all env**  ||  ''<color darkred>conda env list</color>''  |
 +|  **Use an env**  ||  ''<color darkred>source activate <env name></color>''  |
 +|  **Show versions**  ||  ''<color darkred>conda list -n <env name></color>''  |
 +|  **Exit an env**  ||  ''<color darkred>source deactivate</color>''  |
 +|  **To use an old environment from previous setup**  ||  ''<color darkred>source activate /scratch2/software/anaconda/envs/<env name></color>''  |
 +
 +**To enable old environments with priority to new environments when present**
 +
 +**__<color blue>Add the following to your ~/.condarc</color>__**
 +
 +<code bash>
 +
 +envs_dirs:
 +  - <personal conda env paths if they exist like ~/.conda/envs>
 +  - /scratch5/software/miniconda3/envs
 +  - /scratch2/software/anaconda/envs
 +
 +
 +</code>
 +
 +[[conda-env|Existing environments]]
  
available_software.1526033271.txt.gz · Last modified: by pillai