|
@@ -52,7 +52,7 @@ def init(gisbase, dbase='', location='demolocation', mapset='PERMANENT'):
|
|
|
os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'bin')
|
|
|
os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'scripts')
|
|
|
if sys.platform.startswith('win'): # added for winGRASS
|
|
|
- os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'extralib')
|
|
|
+ os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'extrabin')
|
|
|
|
|
|
# define LD_LIBRARY_PATH
|
|
|
if '@LD_LIBRARY_PATH_VAR@' not in os.environ:
|