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 [2021/04/17 10:23] pillaiavailable_software [2026/03/19 10:46] (current) pillai
Line 7: Line 7:
 |  **Show versions**  ||  ''<color darkred>conda list -n <env name></color>''  | |  **Show versions**  ||  ''<color darkred>conda list -n <env name></color>''  |
 |  **Exit an env**  ||  ''<color darkred>source deactivate</color>''  | |  **Exit an env**  ||  ''<color darkred>source deactivate</color>''  |
-|  **Currently available environments**  ||  ''<color darkred>[[http://perun.biochem.dal.ca/all-envs.html|All environments]]</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.1618665788.txt.gz · Last modified: by pillai