forked from extern/easydiffusion
Merge pull request #1204 from JeLuF/patch-22
Don't use python packages from the user's home directory
This commit is contained in:
commit
ba7a49e834
@ -4,6 +4,8 @@ source ./scripts/functions.sh
|
|||||||
|
|
||||||
printf "\n\nEasy Diffusion\n\n"
|
printf "\n\nEasy Diffusion\n\n"
|
||||||
|
|
||||||
|
export PYTHONNOUSERSITE=y
|
||||||
|
|
||||||
if [ -f "scripts/config.sh" ]; then
|
if [ -f "scripts/config.sh" ]; then
|
||||||
source scripts/config.sh
|
source scripts/config.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user