[GRASS-SVN] r56630 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 7 04:27:10 PDT 2013
Author: hamish
Date: 2013-06-07 04:27:10 -0700 (Fri, 07 Jun 2013)
New Revision: 56630
Modified:
grass/branches/releasebranch_6_4/mswindows/env.bat
Log:
default to explictly using GRASS's bundled python.exe to avoid startup breakage (merge from devbr6; may still be an issue for the msys launch method)
Modified: grass/branches/releasebranch_6_4/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/env.bat 2013-06-07 09:16:20 UTC (rev 56629)
+++ grass/branches/releasebranch_6_4/mswindows/env.bat 2013-06-07 11:27:10 UTC (rev 56630)
@@ -1,7 +1,7 @@
rem Environmental variables for GRASS stand-alone installer
set GRASS_WISH=%GISBASE%\extrabin\wish.exe
-set GRASS_PYTHON=python
+set GRASS_PYTHON=%GISBASE%\extrabin\python.exe
set GRASS_PROJSHARE=%GISBASE%\proj
set GRASS_HTML_BROWSER=explorer
set GRASS_SH=%GISBASE%\msys\bin\sh.exe
More information about the grass-commit
mailing list