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

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