researchcloud-items

Installation scripts for SURF ResearchCloud catalog components

View the Project on GitHub UtrechtUniversity/researchcloud-items

Role miniconda

back to index

Summary

Installs miniconda for environment and module dependency management.

Requires

Unix-environment.

Description

Miniconda is installed systemwide, with both the conda binary and a global package cache and environment directory in /opt/miniconda. conda is added to the path for all users. The global package cache means that space is saved on the workspace storage.

Users can use these global packages and environments (conda env list, conda activate), create environments in their home directories (conda create -n myenv), or if miniconda_shared_editable is set to true (see below), create new global environments (conda create -p /opt/miniconda/envs/myenv).

Variables

See also

History

2022 Written by Sytse Groenwold, 2025 Dawa Ometto (Utrecht University)

back to index