This commit is contained in:
2026-01-22 03:35:16 -08:00
parent bdea87a1bc
commit 4c69f43ac2
2 changed files with 11 additions and 4 deletions

View File

@@ -1141,7 +1141,7 @@ def main() -> int:
# This ensures it uses the same environment that started the bootstrap.
# Pass sys.stdin to ensure the subprocess can talk to the terminal.
subprocess.check_call(
[sys.executable, str(hydrus_script), "--no-project-venv"],
[sys.executable, str(hydrus_script), "--no-project-venv", "--interactive"],
env=env,
stdin=sys.stdin
)