mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-12 09:19:24 +02:00
Unset PYTHONHOME in start.sh
This commit is contained in:
@ -19,6 +19,7 @@ if [ -f "on_sd_start.bat" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unset PYTHONHOME
|
||||||
|
|
||||||
# set legacy installer's PATH, if it exists
|
# set legacy installer's PATH, if it exists
|
||||||
if [ -e "installer" ]; then export PATH="$(pwd)/installer/bin:$PATH"; fi
|
if [ -e "installer" ]; then export PATH="$(pwd)/installer/bin:$PATH"; fi
|
||||||
|
Reference in New Issue
Block a user