Open mohierf opened 5 years ago
We should use:
#!/usr/bin/env python # -*- coding: utf-8 -*-
as script beginning lines because it is the portable way to use a shebang for a python2 only application
I agree.
We should use:
as script beginning lines because it is the portable way to use a shebang for a python2 only application