<html>#2405: GW150914.rpar gallery example assumes "python" is python2
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit website</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>One thing that should be fixed: the pull request had “python3” in the “#!” line which is just as bad as what was there before, as it will now fail unless python3 exists. It tooks like a leftover from testing (and forcing python3) to me.</p>
<p>A solution would have been to change “/usr/bin/env python” to “/usr/bin/env python2” since python provably existed and the name “python2” exists even on clusters (eg BW) that natively only offer python2.</p>
<p>Given that the script now does seems to support running as both python2 and python3 code I think the “#!” line could remain unchanged.</p>
<p>Fine to apply otherwise.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2405/gw150914rpar-gallery-example-assumes'>https://bitbucket.org/einsteintoolkit/tickets/issues/2405/gw150914rpar-gallery-example-assumes</a></p>
</html>