This commit is contained in:
Koushik Dutta
2024-03-21 14:14:56 -07:00
parent b2848c1496
commit fa4cf60c21
3 changed files with 8 additions and 4 deletions

View File

@@ -1,2 +1,6 @@
#!/usr/bin/env node
require('./packaged-python').installScryptedServerRequirements();
// install portable python if the SCRYPTED_PYTHON_PATH variable is unset.
// this variable will be unset for docker and lxc environments.
if (!process.env.SCRYPTED_PYTHON_PATH) {
require('./packaged-python').installScryptedServerRequirements();
}

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.94.38",
"version": "0.94.39",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.94.38",
"version": "0.94.39",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.94.39",
"version": "0.94.40",
"description": "",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",