Skip to content

Commit

Permalink
Add venv bin to remoteEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 6, 2024
1 parent c813dd7 commit 6c626d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"remoteEnv": {
"POETRY_VIRTUALENVS_IN_PROJECT": "true",
"PATH": "${containerEnv:PATH}:/home/vscode/.local/bin"
"PATH": "${containerEnv:PATH}:/home/vscode/.local/bin:/workspaces/pypackage/.venv/bin/python"
},
"extensions": [
"ms-vsliveshare.vsliveshare",
Expand Down

0 comments on commit 6c626d4

Please sign in to comment.