aboutsummaryrefslogtreecommitdiff
path: root/src/python/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/feature.json')
-rw-r--r--src/python/feature.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/python/feature.json b/src/python/feature.json
index e481977..9f8543c 100644
--- a/src/python/feature.json
+++ b/src/python/feature.json
@@ -37,10 +37,15 @@
"type": "boolean",
"default": "true",
"description": "If links and aliases should be created."
+ },
+ "overrideDefaultVersion": {
+ "type": "boolean",
+ "default": "true",
+ "description": "If true, overrides existing version (if any) of python on the PATH"
}
},
"containerEnv": {
- "PYTHON_PATH": "/usr/local/python",
+ "PYTHON_PATH": "/usr/local/python/current",
"PIPX_HOME": "/usr/local/py-utils",
"PIPX_BIN_DIR": "/usr/local/py-utils/bin",
"PATH": "${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"