<div dir="ltr"><br><br>On Mon, Sep 3, 2018 at 8:28 AM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br><div>[...]<br></div><div>></div>> Could you please post a few lines how to properly do the testing with<br><div>> virtualenv?</div><div><br></div><div>If python3 with all required packages is already installed on the system, there is a simpler solution than virtualenv:</div><div><br></div><div>mkdir ~/bin_p3</div><div>ln -s /usr/bin/python3 ~/bin_p3/python</div><div><br></div><div># make python3 the default python interpreter<br></div><div>export PATH="~/bin_p3:$PATH"</div><div><br></div><div>compile GRASS and run GRASS with these PATH settings</div><div><br></div><div>alternatively, the shebang in GRASS *.py files can be changed to python3 (should be changed to python3 according to Python developer's Guide PEP394)</div><div><br></div><div>Markus M<br></div><br></div>