fix(827): disable site startup in D4 children
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user