software:miniconda:caviness

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:miniconda:caviness [2025-10-15 16:31] – [Installing Applications with Conda] thuachensoftware:miniconda:caviness [2025-10-16 09:41] (current) – [Installing Applications with Conda] thuachen
Line 21: Line 21:
 ===== Installing Applications with Conda ===== ===== Installing Applications with Conda =====
 <note tip> <note tip>
-Note: In the examples below, please modify paths, usernames, and environment names (e.g., ''/work/$USER/''..., ''myenv'') to match your own account and project setup. +Note: In the examples below, please modify paths, usernames, and environment names (e.g., ''/work/workgroup/sw/''..., ''myenv'') to match your own account and project setup. 
 </note> </note>
 You can create a new Conda environment either by name or by path. For example, to create an environment in a specific path, such as your ''/work/workgroup'' directory, You can create a new Conda environment either by name or by path. For example, to create an environment in a specific path, such as your ''/work/workgroup'' directory,
 <code> <code>
-conda create -p $WORKDIR/$USER/myenv python=3.13+conda create -p /work/workgroup/sw/myenv python=3.13
 </code> </code>
 You can also create a new environment by name, You can also create a new environment by name,
Line 32: Line 32:
 </code> </code>
 <warning important> <warning important>
-By default, Conda environments created by '''--name''' or ''-n'' are in your home directory. However, the limited home directory quotas (20 GB) can be filled up quickly. It is recommended to create environments in your work directory instead of $HOME to avoid quota issues.+By default, Conda environments created by '''--name''' or ''-n'' are in your home directory. However, the limited home directory quotas (20 GB) can be filled up quickly. It is recommended to create environments in your work directory instead of ''$HOME'' to avoid quota issues.
 </warning> </warning>
 After creating the Conda environments, you can activate the local conda environment using, After creating the Conda environments, you can activate the local conda environment using,
  • software/miniconda/caviness.1760560270.txt.gz
  • Last modified: 2025-10-15 16:31
  • by thuachen