server: update deps

This commit is contained in:
Koushik Dutta
2024-03-21 19:44:57 -07:00
parent 04cd033565
commit 5876fe9ff5
4 changed files with 21 additions and 20 deletions

View File

@@ -86,7 +86,7 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
}
}
let pythonPath = process.env.SCRYPTED_PYTHON_PATH;
let pythonPath = !process.env.SCRYPTED_PORTABLE_PYTHON && process.env.SCRYPTED_PYTHON_PATH;
if (!pythonPath) {
if (os.platform() === 'win32') {