diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-26 04:32:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 04:32:41 +0300 |
commit | eb6ed37debc6b0639eeb08a37ddde031e6d54fa8 (patch) | |
tree | 287ff1248cb8c2dd64f25681a806320f84dbb5a4 /src/anaconda/feature.json | |
parent | 04f5d29fd077718a364fa79c76e103e5c0f3c1ad (diff) |
fix anaconda pathing
Diffstat (limited to 'src/anaconda/feature.json')
-rw-r--r-- | src/anaconda/feature.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/anaconda/feature.json b/src/anaconda/feature.json index 7af90cd..f733b63 100644 --- a/src/anaconda/feature.json +++ b/src/anaconda/feature.json @@ -4,11 +4,17 @@ "options": { "version": { "type": "string", - "proposals": ["latest"], + "proposals": [ + "latest" + ], "default": "latest", "description": "Select or enter an anaconda version." } }, + "containerEnv": { + "CONDA_DIR": "/usr/local/conda", + "PATH": "${CONDA_DIR}/bin:${PATH}" + }, "install": { "app": "", "file": "install.sh" |