Merge pull request #1341 from JeLuF/beta

Set PYTHONNOUSERSITE=y in dev console
This commit is contained in:
cmdr2 2023-06-12 14:48:00 +05:30 committed by GitHub
commit 0ba9f0549e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ if [ "$0" == "bash" ]; then
export PYTHONPATH="$(pwd)/stable-diffusion/env/lib/python3.8/site-packages"
fi
export PYTHONNOUSERSITE=y
which python
python --version