[GRASS-dev] Unable to install manual for add-on r.estimap.recreation under Windows

Markus Neteler neteler at osgeo.org
Sun Jan 13 10:43:10 PST 2019


On Sun, Jan 13, 2019 at 7:41 PM Nikos Alexandris
<nik at nikosalexandris.net> wrote:
> * Nikos Alexandris <nik at nikosalexandris.net> [2019-01-13 19:26:04 +0100]:
> >* Helmut Kudrnovsky <hellik at web.de> [2019-01-13 09:51:25 -0700]:
...
> Is it the shebang line? I.e., it should be
>
> `#!/usr/bin/env python`
>
> instead of
>
> `#!/usr/bin/python` ?

Bingo.

ag 'usr/bin/python'
r.estimap.recreation/test.r.estimap.recreation.py
1:#!/usr/bin/python\<nl>\

r.estimap.recreation/r.estimap.recreation.py
1:#!/usr/bin/python

All the other Python scripts use

#!/usr/bin/env python

So that needs to be fixed in your two scripts.

Markus

PS: sorry Martin, for my previous wrong email.


More information about the grass-dev mailing list