env.bat.tmpl 535 B

1234567891011121314151617181920
  1. REM
  2. REM Environmental variables for GRASS OSGeo4W installer
  3. REM
  4. set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-@VERSION@
  5. REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
  6. set GRASS_HTML_BROWSER=explorer
  7. set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
  8. set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
  9. set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
  10. set PROJ_LIB=%OSGEO4W_ROOT%\share\proj
  11. set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
  12. set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
  13. set PATH=%OSGEO4W_ROOT%\apps\msys\bin;%PATH%