Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
conda [2024/07/23 07:19] – [Setup] jansen | conda [2025/01/27 15:47] (current) – [Disk usage] jansen |
---|
Disadvantage: if you occasionally use another desktop, you will not see your environments. In that case, use ''/net/computername/data2'' in stead of ''/data2''. in the configuration. | Disadvantage: if you occasionally use another desktop, you will not see your environments. In that case, use ''/net/computername/data2'' in stead of ''/data2''. in the configuration. |
| |
| If you are making this change when you already have some conda environments (in $HOME/.conda), you can move them to the new location. And just to be sure, in case there are already hard-coded path names in the environment, make a symbolic link. So, using the example .condarc shown above: |
| mv .conda /data2/yourname/conda |
| ln -s /data2/yourname/conda ~/.conda |
| |