<div dir="ltr">On Thu, Oct 24, 2013 at 10:24 AM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://lwn.net/Articles/571528/" target="_blank">http://lwn.net/Articles/571528/</a><br>
<a href="https://fedoraproject.org/wiki/Changes/Python_3_as_Default" target="_blank">https://fedoraproject.org/wiki/Changes/Python_3_as_Default</a><br>
<a href="http://www.python.org/dev/peps/pep-0394/" target="_blank">http://www.python.org/dev/peps/pep-0394/</a><br>
<br>
>>>>>><br>
<br>
    * python2 will refer to some version of Python 2.x.<br>
<br>
    * python3 will refer to some version of Python 3.x.<br>
<br>
    * for the time being, all distributions should ensure that python<br>
      refers to the same target as python2.<br>
<br>
    * however, end users should be aware that python refers to python3<br>
      on at least Arch Linux (that change is what prompted the<br>
      creation of this PEP), so python should be used in the shebang<br>
      line only for scripts that are source compatible with both<br>
      Python 2 and 3.<br>
<br>
    * in preparation for an eventual change in the default version of<br>
      Python, Python 2 only scripts should either be updated to be<br>
      source compatible with Python 3 or else to use python2 in the<br>
      shebang line.<br>
<br>
<<<<<<<<<<<<br>
<br>
So configure using '#!/usr/bin/env python' should be fine for a while<br>
- and at some point it can be switched to '#!/usr/bin/env python2' if<br>
needed.</blockquote><div><br></div><div>Will anything break if we change it now?</div><div><br></div><div>  Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Satish<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>