aboutsummaryrefslogtreecommitdiff
path: root/src/NeoRuntimeManager
diff options
context:
space:
mode:
Diffstat (limited to 'src/NeoRuntimeManager')
-rw-r--r--src/NeoRuntimeManager/RuntimeProcess.cjs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/NeoRuntimeManager/RuntimeProcess.cjs b/src/NeoRuntimeManager/RuntimeProcess.cjs
index be78fa9..4e402db 100644
--- a/src/NeoRuntimeManager/RuntimeProcess.cjs
+++ b/src/NeoRuntimeManager/RuntimeProcess.cjs
@@ -27,8 +27,7 @@ class RuntimeProcess {
}
this.isRunning = true;
this.proc = spawn.spawn(
- // `${__appdir}/NeoRuntime/Runtime/venv/bin/python`,
- "python3",
+ `${__appdir}/NeoRuntime/Runtime/venv/bin/python`,
[
"-u", // This makes us able to get real-time output
`${__appdir}/NeoRuntime/Runtime/neo_runtime.py`,