Bases: str
, Enum
Types of setup possible using hpcman user setup
Source code in hpcman/hpcman/user/enum.py
| class SetupType(str, Enum):
"""Types of setup possible using hpcman user setup"""
PREFIX = "prefix"
RLIBSUSER = "R_LIBS_USER"
R = "R"
PIXI = "pixi"
UV = "uv"
AUGUSTUS = "augustus"
CONDA = "conda"
|