Merge pull request #1204 from JeLuF/patch-22

Don't use python packages from the user's home directory
This commit is contained in:
cmdr2 2023-04-26 16:29:00 +05:30 committed by GitHub
commit ba7a49e834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ source ./scripts/functions.sh
printf "\n\nEasy Diffusion\n\n"
export PYTHONNOUSERSITE=y
if [ -f "scripts/config.sh" ]; then
source scripts/config.sh
fi