Skip to content

Commit 422b93b

Browse files
authored
Re enable PYTHONHOME
This is required now if you want to use directly with a release version without using the version downloaded from GiD
1 parent 2a6853b commit 422b93b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/kratos.unix.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
# Prevents the PYTHONHOME error from happening and isolate possible python repacks present
3030
# in the system and interfeering with runkratos
31-
# export PYTHONHOME="$3/exec/Kratos"
31+
export PYTHONHOME="$3/exec/Kratos"
3232
export PYTHONPATH="$3/exec/Kratos/python34.zip":"$3/exec/Kratos":$PYTHONPATH
3333

3434

0 commit comments

Comments
 (0)