diff options
Diffstat (limited to 'src/conda/devcontainer-feature.json')
-rw-r--r-- | src/conda/devcontainer-feature.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json index 50b0940..fdc0d41 100644 --- a/src/conda/devcontainer-feature.json +++ b/src/conda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "conda", - "version": "1.0.1", + "version": "1.0.2", "name": "Conda - A cross-platform, language-agnostic binary package manager", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda", "options": { @@ -22,6 +22,7 @@ }, "containerEnv": { "CONDA_DIR": "/opt/conda", - "PATH": "${PATH}:${CONDA_DIR}/bin:" + "CONDA_SCRIPT":"/opt/conda/etc/profile.d/conda.sh", + "PATH": "/opt/conda/bin:${PATH}" } } |