Set PYTHONNOUSERSITE=y in dev console

Make behaviour consistent with on_env_start.sh
This commit is contained in:
JeLuF 2023-06-11 21:12:22 +02:00 committed by GitHub
parent 924fee394a
commit f83af28e42
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