source: grass/trunk/mswindows/osgeo4w/env.bat.tmpl

Last change on this file was 74027, checked in by martinl, 6 years ago

wingrass: change instalation target, see #3732

File size: 937 bytes
Line 
1REM
2REM Environmental variables for GRASS OSGeo4W installer
3REM
4
5set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass@POSTFIX@
6
7REM Uncomment if you want to use Bash instead of Cmd
8REM Note that msys package must be also installed
9REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
10
11set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python3.exe
12set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python37
13
14set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
15
16set PROJ_LIB=%OSGEO4W_ROOT%\share\proj
17set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
18set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
19
20set FONTCONFIG_FILE=%GISBASE%\etc\fonts.conf
21
22REM set RStudio temporarily to %PATH% if it exists
23
24IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin
25
26REM set R_USER if %USERPROFILE%\Documents\R\ exists to catch most common cases of private R libraries
27IF EXIST "%USERPROFILE%\Documents\R\" set R_USER=%USERPROFILE%\Documents\
Note: See TracBrowser for help on using the repository browser.