[GRASS-dev] [GRASS-SVN] r56622 - grass/branches/develbranch_6/mswindows
Markus Neteler
neteler at osgeo.org
Thu Jun 6 00:58:23 PDT 2013
Hi,
let's backport to relbranch64 immediately. Otherwise it is hard to test
if if also works there. Please let us not delay things forever.
thanks.
Markus
On Thu, Jun 6, 2013 at 4:09 AM, <svn_grass at osgeo.org> wrote:
> 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
>
> _______________________________________________
> grass-commit mailing list
> grass-commit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
More information about the grass-dev
mailing list