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