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