mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
use proper shebang lines
This commit is contained in:
parent
75c8be048b
commit
651bc32a4e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
|
||||
# intentionally NOT "/usr/bin/env python". On many systems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue