Explorar el Código

attempt to fix #1218 windows does not start

add %PYTHONHOME% to %PATH% in order for a working pywin32
Helmut Kudrnovsky hace 4 años
padre
commit
56b21d1bb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mswindows/env.bat

+ 1 - 1
mswindows/env.bat

@@ -13,7 +13,7 @@ set GEOTIFF_CSV=%GISBASE%\share\epsg_csv
 
 
 set FONTCONFIG_FILE=%GISBASE%\etc\fonts.conf
 set FONTCONFIG_FILE=%GISBASE%\etc\fonts.conf
 
 
-set PATH=%GISBASE%\extrabin;%GISBASE%\bin;%PATH%
+set PATH=%GISBASE%\extrabin;%GISBASE%\bin;%PYTHONHOME%;%PATH%
 
 
 REM set RStudio temporarily to %PATH% if it exists
 REM set RStudio temporarily to %PATH% if it exists