[GRASS-user] New WinGrass-Installer (r40456)
Hamish
hamish_b at yahoo.com
Sat Jan 16 06:39:02 EST 2010
Markus Metz wrote:
> It's working now, but I had to make one small change in
> order to get GRASS started with msys terminal:
> In C:\GRASS\bin\grass64 I changed
>
> if [ -z "$GRASS_PYTHON" ] ; then\r
> GRASS_PYTHON=python; export GRASS_PYTHON\r
> fi\r
>
> to
>
> if [ -z "$GRASS_PYTHON" ]; then
> GRASS_PYTHON=python
> export GRASS_PYTHON
> fi
>
> removing these \r, then it started, otherwise it bummed out
> without any error message.
oops, sorry about that. now fixed in svn.
Hamish
More information about the grass-user
mailing list