Browse Source

attempt to fix #1218 windows does not start

add %PYTHONHOME% to %PATH% in order for a working pywin32
Helmut Kudrnovsky 4 years ago
parent
commit
56b21d1bb7
1 changed files with 1 additions and 1 deletions
  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 PATH=%GISBASE%\extrabin;%GISBASE%\bin;%PATH%
+set PATH=%GISBASE%\extrabin;%GISBASE%\bin;%PYTHONHOME%;%PATH%
 
 REM set RStudio temporarily to %PATH% if it exists