I\'m writing a pretty basic application in python (it\'s only one file at the moment). My question is how do I get it so the python script is able to be run in /usr/bin without
Shebang?
#!/usr/bin/env python
Put that at the beginning of your file and you're set