From 9f9953be64ebe661ce911571328e643bd4382d3d Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 11 Jun 2025 14:59:32 -0400 Subject: [PATCH] abs path --- .devcontainer/post-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/post-install.sh b/.devcontainer/post-install.sh index 5c06f57b..a4dd2dc5 100644 --- a/.devcontainer/post-install.sh +++ b/.devcontainer/post-install.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# Setup .env.local +echo "PYTHON_BIN=python" > /workspaces/cua/.env.local # Run /scripts/build.sh ./scripts/build.sh