Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:miniconda:miniconda [2025-10-14 16:01] – [Virtual Environment] thuachen | software:miniconda:miniconda [2025-10-15 15:45] (current) – [Details by cluster] thuachen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Miniconda ====== | + | ====== Miniconda |
| <note warning> This page is under construction. | <note warning> This page is under construction. | ||
| </ | </ | ||
| Line 14: | Line 14: | ||
| <note important> | <note important> | ||
| - | ====== Miniconda on Caviness ====== | + | ===== Details by cluster |
| - | Miniconda is available through the VALET packages on Caviness clusters. To check the versions, | + | * [[software:miniconda:caviness | Caviness]] |
| - | < | + | * [[software:miniconda:darwin | DARWIN]] |
| - | $ vpkg_versions miniconda | + | |
| - | + | ||
| - | Available versions in package (* = default version): | + | |
| - | + | ||
| - | [/ | + | |
| - | miniconda | + | |
| - | * 25.1.1.2 Miniconda py39 25.1.1-2 for Linux (x86_64) | + | |
| - | </ | + | |
| - | To load it, use | + | |
| - | < | + | |
| - | $ vpkg_require | + | |
| - | Adding package `miniconda/ | + | |
| - | </ | + | |
| - | + | ||
| - | ===== Installing Applications with Conda ===== | + | |
| - | Following are the steps which need to be followed to install an application using conda: | + | |
| - | ===Creating a Conda Environment=== | + | |
| - | + | ||
| - | By default, Conda environments are created in your home directory. However, the limited home directory quotas (20 GB) can be filled up quickly. You can create an environment in a specific path, such as your / | + | |
| - | < | + | |
| - | conda create -p $WORKDIR/ | + | |
| - | </ | + | |