Closed saforem2 closed 4 months ago
Might want to describe an example of how the subfolder is named / how the venvs are organized; this line might be undecipherable to most people:
CONDA_NAME=$(echo ${CONDA_PREFIX} | tr '\/' '\t' | sed -E 's/mconda3|\/base//g' | awk '{print $NF}')
Update the virtual environment instructions to reflect the recent change to loading the default
conda
module, e.g.Generalize the
"${VENV_DIR}"
work with arbitraryconda
environments