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

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