Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:miniconda:darwin [2025-11-06 15:36] – [Installing Applications with Conda] thuachen | software:miniconda:darwin [2025-11-06 15:39] (current) – [Migrating Environments] thuachen | ||
|---|---|---|---|
| Line 75: | Line 75: | ||
| # | # | ||
| base / | base / | ||
| - | */work/ | + | */lustre/ |
| </ | </ | ||
| After activating the desired environment, | After activating the desired environment, | ||
| <code bash> | <code bash> | ||
| - | [(my_workgroup: | + | [(my_workgroup: |
| - | (/work/ | + | (/lustre/ |
| - | name: /work/it_css/sw/tensorflow/ | + | name: /lustre/workgroup/sw/myenv |
| channels: | channels: | ||
| - conda-forge | - conda-forge | ||
| Line 96: | Line 96: | ||
| ... | ... | ||
| - | prefix: /work/ | + | prefix: /lustre/ |
| </ | </ | ||
| Then you can duplicate the same environment with | Then you can duplicate the same environment with | ||
| <code bash> | <code bash> | ||
| - | (/work/ | + | (/lustre/ |
| - | [(my_workgroup: | + | [(my_workgroup: |
| </ | </ | ||
| + | |||
| + | ===== Recipes ==== | ||
| + | |||
| + | Examples documented as recipes to be used for specific installations, | ||
| + | |||
| + | * [[technical: | ||