We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905c0e4 commit c477c9cCopy full SHA for c477c9c
1 file changed
kratos.gid/exec/pip_gids_python.unix.bat
@@ -9,5 +9,8 @@ rm -f "$2/$1.info"
9
rm -f "$2/$1.err"
10
rm -f "$2/$1.flavia.dat"
11
12
+export PYTHONPATH=""
13
+export PYTHONHOME=""
14
+
15
# Run Python using the script MainKratos.py
16
$python_path MainKratos.py > "$2/$1.info" 2> "$2/$1.err"
0 commit comments