IQ.Pilot Release Commit @ 98a2c61
This commit is contained in:
@@ -167,11 +167,11 @@ function launch {
|
||||
fi
|
||||
fi
|
||||
|
||||
# Python env + proprietary runtime sync. Lives in scripts/iqpilot/env_sync.sh so updated.py
|
||||
# Python env + proprietary runtime sync. Lives in artifacts/runtime/env_sync.sh so updated.py
|
||||
# can run the identical steps at update-apply time (offroad, stack idle); by the
|
||||
# time this runs at boot it is normally a warm no-op. Real work still lands here
|
||||
# for local dev edits or a failed apply-time prep, under the boot spinner as before.
|
||||
source "$DIR/scripts/iqpilot/env_sync.sh"
|
||||
source "$DIR/artifacts/runtime/env_sync.sh"
|
||||
sync_python_env || return 1
|
||||
export PATH="$DIR/.venv/bin:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user