- Update build script with best practices for variables, download location, etc. - Format modulefile info - Activate base environment by default - More robust unloading script
7 lines
146 B
Bash
7 lines
146 B
Bash
# version-specific settings
|
|
|
|
# Miniconda version. Defaults to "latest"
|
|
# Should match the version distributed with anaconda
|
|
CONDA_VERSION=4.5.12
|
|
|