|
@@ -29,12 +29,12 @@ Usage::
|
|
|
# MS Windows
|
|
|
grass7bin = r'C:\OSGeo4W\bin\grass78.bat'
|
|
|
# uncomment when using standalone WinGRASS installer
|
|
|
- # grass7bin = r'C:\Program Files (x86)\GRASS GIS 7.2.0\grass78.bat'
|
|
|
+ # grass7bin = r'C:\Program Files (x86)\GRASS GIS 7.8.0\grass78.bat'
|
|
|
# this can be avoided if GRASS executable is added to PATH
|
|
|
elif sys.platform == 'darwin':
|
|
|
# Mac OS X
|
|
|
# TODO: this have to be checked, maybe unix way is good enough
|
|
|
- grass7bin = '/Applications/GRASS/GRASS-7.7.app/'
|
|
|
+ grass7bin = '/Applications/GRASS/GRASS-7.8.app/'
|
|
|
|
|
|
# query GRASS GIS itself for its GISBASE
|
|
|
startcmd = [grass7bin, '--config', 'path']
|
|
@@ -81,7 +81,7 @@ Usage::
|
|
|
gsetup.cleanup()
|
|
|
|
|
|
|
|
|
-(C) 2010-2012 by the GRASS Development Team
|
|
|
+(C) 2010-2019 by the GRASS Development Team
|
|
|
This program is free software under the GNU General Public
|
|
|
License (>=v2). Read the file COPYING that comes with GRASS
|
|
|
for details.
|