forked from extern/easydiffusion
Unset PYTHONHOME in start.sh
This commit is contained in:
parent
d8447ef1a9
commit
c0dcf1633c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user