Remove shebang from main.py?
Closed this issue · 2 comments
ueg1990 commented
Hello,
I wanted to know if the line in main.py is needed:
!/usr/bin/env python
Since its a command line project, i do not think you even need the shebang there.
architv commented
Well it's not really needed. It got there because I took some boilerplate from another of my code which had this.