Should Python library modules start with #!/usr/bin/env python?
Looking at the first *.py lines in /usr/share/pyshared (where the Python libraries are stored in Debian) shows that there are both files that start with the hashbang line, and those that don't.
Is there a reason to include or omit this line?
python coding-style shebang
Mischa arefiev
source share