mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-21 15:53:17 +01:00
Set PYTHONNOUSERSITE=y in dev console
Make behaviour consistent with on_env_start.sh
This commit is contained in:
parent
924fee394a
commit
f83af28e42
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user