<div dir="ltr">Hey Aline,<div><br></div><div>Kimchi in its current state doesn&#39;t work with Python 3 which is why I explicitly stated Python 2.</div><div><br></div><div>For Kimchi to work with Python 3 we would need to get Python 3 versions of all the libraries that Kimchi uses and I looked in to this and there are one or two that are in use that are not yet compatible with Python 3.</div><div><br></div><div>So for the moment I would recommend explicitly stating python2 until we are able to get Kimchi working with Python 3.</div><div><br></div><div>Thanks,</div><div><br></div><div>Alan Jenkins</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 February 2015 at 15:55, Aline Manera <span dir="ltr">&lt;<a href="mailto:alinefm@linux.vnet.ibm.com" target="_blank">alinefm@linux.vnet.ibm.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 12/02/2015 10:30, Alan Jenkins wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey guys,<br>
<br>
     This is a patch to change the #! line used in Kimchi from the ambiguous<br>
     /usr/bin/python to a more specific and more portable /usr/bin/env python2.<br>
</blockquote>
<br></span>
>From my understanding, using python2 will limit Kimchi to run using python2.<br>
I suggest to use &quot;/usr/bin/env python&quot;<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
     This enables users of distributions that have switched to the default python version<br>
     to python3 to run Kimchi without having to go and manually change the line and at the<br>
     same time allows people who have python installed to non default locations to also use<br>
     Kimchi by setting the python2 environment variable.<br>
<br>
Thanks,<br>
<br>
     Alan Jenkins (demon012)<br>
<br>
Alan Jenkins (1):<br>
   Change from using /usr/bin/python to /usr/bin/env python2 to improve<br>
       portability.<br>
<br>
  contrib/check_i18n.py      | 2 +-<br>
  src/kimchi/vnc.py          | 2 +-<br>
  src/<a href="http://kimchid.in" target="_blank">kimchid.in</a>             | 2 +-<br>
  ui/pages/help/gen-index.py | 2 +-<br>
  4 files changed, 4 insertions(+), 4 deletions(-)<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>