|
@@ -4,6 +4,10 @@ REM
|
|
|
|
|
|
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-@VERSION@
|
|
|
|
|
|
+REM Uncomment if you want to use Bash instead of Cmd
|
|
|
+REM Note that msys package must be also installed
|
|
|
+REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
|
|
|
+
|
|
|
set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
|
|
|
set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
|
|
|
|