Update anaconda module

- Update build script with best practices for variables, download
  location, etc.
- Format modulefile info
- Activate base environment by default
- More robust unloading script
This commit is contained in:
2019-04-08 17:00:22 +02:00
committed by Spencer Bliven
parent f06815bd3d
commit 8ce24107fc
3 changed files with 32 additions and 20 deletions
@@ -4,6 +4,3 @@
# Should match the version distributed with anaconda
CONDA_VERSION=4.5.12
# List of python versions to install
PYTHON_VERSIONS=(2.7)