[GRASS-SVN] r56622 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 5 19:09:55 PDT 2013


Author: hamish
Date: 2013-06-05 19:09:55 -0700 (Wed, 05 Jun 2013)
New Revision: 56622

Modified:
   grass/branches/develbranch_6/mswindows/env.bat
Log:
default to explictly using GRASS's bundled python.exe to avoid startup breakage

Modified: grass/branches/develbranch_6/mswindows/env.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/env.bat	2013-06-06 01:15:42 UTC (rev 56621)
+++ grass/branches/develbranch_6/mswindows/env.bat	2013-06-06 02:09:55 UTC (rev 56622)
@@ -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