<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 5, 2020 at 4:27 AM Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">OK - found the ci.<div><br></div><div>The formula installs, but I get a warning at the end, which results in a warning, which is than interpreted as an error. The warning (which I also get locally) is the following:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:medium none;padding:0px"><div><div><font face="Menlo">If it is the case that you can change the shebang at the beginning of</font></div></div><div><font face="Menlo"><br></font></div><div><span style="font-family:Menlo">he script to enforce Python 3 usage.</span></div><div><font face="Menlo"><br></font></div><div><span style="font-family:Menlo">  </span><span style="font-family:Menlo">#!/usr/bin/env python</span></div><div><span style="font-family:Menlo"><br></span></div><div><span style="font-family:Menlo">Should be changed into</span></div><div><font face="Menlo"><br></font></div><div><span style="font-family:Menlo">  </span><span style="font-family:Menlo">#!/usr/bin/env python3</span></div><div><br></div></blockquote><div><br></div><div>I suspect that this needs to be done in GRASS itself?</div></div></blockquote><div><br></div><div>Hi, thanks for looking into this. 7.8.2 (and also above) has python3 everywhere in shebang. See e.g.:<br></div><div><br></div><div>$ grep -Irn "/usr/bin/env python[^3]"</div><div>scripts/g.extension/<a href="http://g.extension.py:1059">g.extension.py:1059</a>:                    "#!/usr/bin/env python\n",<br>scripts/g.extension/<a href="http://g.extension.py:1308">g.extension.py:1308</a>:                    "#!/usr/bin/env python\n",</div><div># (these two are in fact code which is doing the replacement to python3)<br></div><div><br></div><div>Can you please investigate locally where the message coming from?</div><div><br></div><div>Vaclav<br></div></div></div>