Changes between Version 391 and Version 392 of Grass7/NewFeatures
- Timestamp:
- 04/29/16 02:38:07 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v391 v392 257 257 Note: Shell scripts can obviously still be used. Just the included scripts have been rewritten in Python for speed and portability. 258 258 259 259 '''Bash support''': While the MSYS terminal is currently not visible, it is easy to switch back to it: 260 * Install GRASS GIS and MSYS from [https://grass.osgeo.org/download/software/ms-windows/#osgeo4w OSGeo4W]. 261 * Edit {{{C:\OSGeo4W/apps/grassX/etc/env.bat}}} 262 * Change the line {{{REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe}}} 263 * to this (remove "REM"): {{{set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe}}} 264 * Start GRASS GIS and enjoy. 260 265 == User Manual - Documentation == 261 266