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