IQ.Pilot Release Commit @ a2f34e6

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-31 21:53:50 -05:00
parent 091e08e893
commit 4988e825c9
2 changed files with 10 additions and 0 deletions

View File

@@ -173,6 +173,9 @@ function launch {
# for local dev edits or a failed apply-time prep, under the boot spinner as before.
source "$DIR/artifacts/runtime/env_sync.sh"
sync_python_env || return 1
if [ ! -f "$DIR/prebuilt" ] && [ ! -x "$DIR/.venv/bin/python3" ]; then
return 1
fi
export PATH="$DIR/.venv/bin:$PATH"
RUNTIME_COMPAT_ROOT="$DIR/.iqpilot/runtime_root"