<div dir="ltr">Hello:<div><br></div><div style>    I am using currently Arch Linux that ships python 3 by default as python system version. The distribution also includes python 2 for legacy applications.</div><div style><br>
</div><div style>    I have the problem that all pology python scripts begin with the line:</div><div style><br></div><div style>    #!/usr/bin/env python</div><div style><br></div><div style>     In order to work properly in Arch Linux, it should be:</div>
<div style><br></div><div style>      #!/usr/bin/env python2</div><div style><br></div><div style>      I have done the change in my system with:</div><div style><br></div><div style>      perl -p -i -e 's/\/usr\/bin\/env\ python/\/usr\/bin\/env\ python2/' `find pology -name *.py`</div>
<div><br></div><div style>      Now pology works fine without any changes in my system configuration.</div><div style><br></div><div style>      I would like to know if this change could be done in the main pology distribution.</div>
<div style><br></div><div style>Regards: Javier.</div></div>