How-to articles, tricks, and solutions about SHEBANG
Should I put #! (shebang) in Python scripts, and what form should it take?
You should include a shebang (#!) in Python scripts if you want the script to be directly executable from the command line.