We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477c9c commit b4400aaCopy full SHA for b4400aa
2 files changed
kratos.gid/exec/pip_gids_python.win.bat
@@ -15,4 +15,6 @@ DEL "%2\%1*.post.res"
15
DEL "%2\%1*.post.msh"
16
17
@REM Calculate!
18
+set PYTHONPATH=""
19
+set PYTHONHOME=""
20
%python_path% MainKratos.py > "%2\\%1.info" 2> "%2\\%1.err"
kratos.gid/scripts/Launch.tcl
@@ -304,6 +304,7 @@ proc Kratos::ExecuteLaunchByMode {launch_mode} {
304
Default {
305
set python_path [GiD_Python_GetPythonExe]
306
set ::env(python_path) $python_path
307
+ set ::env(python_home) [file dirname $python_path]
308
}
309
default {}
310
0 commit comments