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 [2025/11/15 15:04] pillaiavailable_software [2026/03/19 10:46] (current) pillai
Line 9: Line 9:
 |  **To use an old environment from previous setup**  ||  ''<color darkred>source activate /scratch2/software/anaconda/envs/<env name></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**
  
-To enable old environments with priority to new environment 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.1763233490.txt.gz · Last modified: by pillai