From 6c626d464178c61c78af0ceb1001c2ea83272738 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 6 Jun 2024 17:49:08 -0500 Subject: [PATCH] Add venv bin to remoteEnv --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fbd5963..31563f5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",