aboutsummaryrefslogtreecommitdiff
path: root/src/python/devcontainer-feature.json
diff options
context:
space:
mode:
authorClaudio Bandera <cbandera@users.noreply.github.com>2022-11-28 22:05:21 +0300
committerGitHub <noreply@github.com>2022-11-28 22:05:21 +0300
commit4af4c291225a165e5a9b0e5a65c450e81e5aecf0 (patch)
treed9cc6f51e00af763e992ee815f154a323ec2dce8 /src/python/devcontainer-feature.json
parent30f287605354478d4af5d6c8736c9a414369110c (diff)
Proposal for fix of #312 (#313)
* Proposal for fix of #312 This change moves the directory separator into the `PIPX_DIR` variable in order to not introduce an error in the case pipx has already been installed systemwide. * Bump patch version of python feature to 1.0.16
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r--src/python/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json
index b96511b..ca474ab 100644
--- a/src/python/devcontainer-feature.json
+++ b/src/python/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "python",
- "version": "1.0.15",
+ "version": "1.0.16",
"name": "Python",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",