<div dir="ltr"><br><br>On Wed, Sep 5, 2018 at 9:41 PM Martin Landa <<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>> wrote:<br>><br>> Hi,<br>><br>> st 5. 9. 2018 v 21:38 odesílatel Markus Metz<br>> <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> napsal:<br>> > alternatively, the shebang in GRASS *.py files can be changed to python3 (should be changed to python3 according to Python developer's Guide PEP394)<br>><br>> we are going to support both Python2 and 3, at least for 7.6/7.8, right? Ma<br><div><br></div><div>the symbolic link python is deprecated and will disappear soon from current distros: GRASS does not work if python does not exist, while python2 and/or python3 might exist. Current distros are already replacing the shebang in GRASS *.py files with python2. IMHO, if we want to support python3 we need to change the shebang accordingly: no more support for python2 in trunk.</div><div><br></div><div>- python as a link to python2 is no longer available on modern distros</div><div>- python3 is older than GRASS7</div><div>- all currently supported distros provide a full python3 environment</div><div><br></div><div>Markus M<br></div><br></div>