Add PYTHONNOUSERSITE

This commit is contained in:
Henry Ruhs
2023-12-09 12:10:19 +01:00
committed by GitHub
parent ea4f6651d5
commit 26d5ee72ee
+4
View File
@@ -56,6 +56,10 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
env:
{
PYTHONNOUSERSITE: 'True'
},
message: install(kernel),
path: 'facefusion',
venv: 'env'