fix: use venv for Python services to support Debian 13 managed environment
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
"name": "seleniumserviceold",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "pip install -r requirements.txt"
|
||||
"postinstall": "python3 -m venv .venv && .venv/bin/pip install -r requirements.txt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user