From ef0e64898eaf9c0681ae7563a9cd24de5a4478c4 Mon Sep 17 00:00:00 2001 From: "Aaron (AJ) Steers" Date: Sat, 26 Aug 2023 04:59:21 +0000 Subject: [PATCH] chore: use project-specific venv dir --- .devcontainer/destination-duckdb/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/destination-duckdb/devcontainer.json b/.devcontainer/destination-duckdb/devcontainer.json index 186a30285f15..5e581c2325cb 100644 --- a/.devcontainer/destination-duckdb/devcontainer.json +++ b/.devcontainer/destination-duckdb/devcontainer.json @@ -31,6 +31,9 @@ } } }, + "containerEnv": { + "POETRY_VIRTUALENVS_IN_PROJECT": "true" + }, // Use 'postCreateCommand' to run commands after the container is created. // Post-create tasks: