Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Python Shebang Line
- # Further Reading https://docs.python.org/3/using/windows.html#shebang-lines
- /usr/bin/env python
- /usr/bin/python
- /usr/local/bin/python
- python
- For example, if the first line of your script starts with
- #! /usr/bin/python
- #! /usr/bin/python -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement