[GRASS-SVN] r56719 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 15 19:41:01 PDT 2013
Author: hamish
Date: 2013-06-15 19:41:01 -0700 (Sat, 15 Jun 2013)
New Revision: 56719
Modified:
grass/trunk/mswindows/env.bat
Log:
use locally installed python.exe by default to avoid out-of-sync breakage vs .grass's PYTHONPATH, tcl/tk no more
Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat 2013-06-15 12:07:05 UTC (rev 56718)
+++ grass/trunk/mswindows/env.bat 2013-06-16 02:41:01 UTC (rev 56719)
@@ -1,6 +1,6 @@
rem Environmental variables for GRASS stand-alone installer
-set GRASS_PYTHON=python
+set GRASS_PYTHON=%GISBASE%\extrabin\python.exe
set GRASS_PROJSHARE=%GISBASE%\proj
set GRASS_HTML_BROWSER=explorer
@@ -11,4 +11,4 @@
set PATH=%GISBASE%\msys\bin;%PATH%
set PATH=%GISBASE%\extrabin;%GISBASE%\extralib;%PATH%
-set PATH=%GISBASE%\tcl-tk\bin;%GISBASE%\sqlite\bin;%PATH%
+set PATH=%GISBASE%\sqlite\bin;%PATH%
More information about the grass-commit
mailing list