server: use separate python version for pip checks

This commit is contained in:
Koushik Dutta
2024-03-08 18:04:35 -08:00
parent 7a0d070c04
commit 4c8eb9639f
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
stdio: ['pipe', 'pipe', 'pipe', 'pipe', 'pipe'],
env: Object.assign({
// rev this if the base python version or server characterstics change.
SCRYPTED_BASE_VERSION: '20240308',
SCRYPTED_PYTHON_VERSION: '20240308',
PYTHONUNBUFFERED: '1',
PYTHONPATH,
}, gstEnv, process.env, env),