aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda/feature.json')
-rw-r--r--src/anaconda/feature.json8
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"