f
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user