[GRASS-SVN] r53313 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 4 06:47:16 PDT 2012
Author: martinl
Date: 2012-10-04 06:47:15 -0700 (Thu, 04 Oct 2012)
New Revision: 53313
Modified:
grass/trunk/lib/python/setup.py.sed
Log:
pythonlib: no need to add 'msys\bin` to PATH (see #1671)
Modified: grass/trunk/lib/python/setup.py.sed
===================================================================
--- grass/trunk/lib/python/setup.py.sed 2012-10-04 13:32:22 UTC (rev 53312)
+++ grass/trunk/lib/python/setup.py.sed 2012-10-04 13:47:15 UTC (rev 53313)
@@ -42,7 +42,6 @@
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, 'msys', 'bin')
# define LD_LIBRARY_PATH
if '@LD_LIBRARY_PATH_VAR@' not in os.environ:
os.environ['@LD_LIBRARY_PATH_VAR@'] = ''
More information about the grass-commit
mailing list