fix(827): disable site startup in D4 children

This commit is contained in:
ms-lead-reviewer
2026-07-18 19:18:59 -05:00
parent 1a09c925d3
commit ce5ba76205

View File

@@ -512,6 +512,7 @@ def launch_verified_pi(
sys.executable,
# -s preserves sys.path[0]=pinned/ for the launcher's sibling helper.
"-s",
"-S",
"-B",
str(launcher),
"--runtime",
@@ -550,6 +551,7 @@ def launch_verified_broker(
command = [
sys.executable,
"-I",
"-S",
"-B",
str(broker_path),
"--socket",