From 05a83674e07b76593c11fb67c49627e0fb9683a1 Mon Sep 17 00:00:00 2001 From: Nicholas Mendez Date: Wed, 6 Mar 2024 11:36:39 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 33e8c601..ce476a8d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ // 👇 Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], // 👇 Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "pip install -r requirements.txt", + "postCreateCommand": "pyenv install && pip install -r requirements.txt", // "postCreateCommand": "", // 👇 Configure tool-specific properties. "customizations": {