We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a968311 + b4e1659 commit c50d146Copy full SHA for c50d146
pyguide.html
@@ -1506,9 +1506,8 @@ <H3><A name="Shebang_Line" id="Shebang_Line">Shebang Line</A></H3>
1506
Most <code>.py</code> files do not need to start with a
1507
<code>#!</code> line. Start the main file of a
1508
program with
1509
- <code>#!/usr/bin/python</code> with an optional single digit
1510
- <code>2</code> or <code>3</code> suffix per
1511
- <a href="https://www.python.org/dev/peps/pep-0394/">PEP-394</a>.
+ <code>#!/usr/bin/env python</code> with an optional single digit
+ <code>2</code> or <code>3</code> suffix.
1512
</DIV>
1513
<DIV class=""><DIV class="stylepoint_body" name="Shebang_Line__body" id="Shebang_Line__body" style="display: none">
1514
0 commit comments