Skip to content

Commit

Permalink
[python] - solution to features issue #870 - unable to open codespace…
Browse files Browse the repository at this point in the history
… in jupyterlab
  • Loading branch information
gauravsaini04 committed Oct 21, 2024
1 parent 125f6b0 commit 27e8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"PYTHON_PATH": "/usr/local/python/current",
"PIPX_HOME": "/usr/local/py-utils",
"PIPX_BIN_DIR": "/usr/local/py-utils/bin",
"PATH": "/usr/local/python/current/bin:/usr/local/py-utils/bin:${PATH}"
"PATH": "/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/vscode/.local/bin:${PATH}"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 27e8757

Please sign in to comment.