Unset PYTHONHOME in start.sh

This commit is contained in:
JeLuF 2023-05-09 18:07:46 +02:00 committed by GitHub
parent d8447ef1a9
commit c0dcf1633c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ if [ -f "on_sd_start.bat" ]; then
exit 1
fi
unset PYTHONHOME
# set legacy installer's PATH, if it exists
if [ -e "installer" ]; then export PATH="$(pwd)/installer/bin:$PATH"; fi