Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python scripts shebang is not correct #668

Open
mohierf opened this issue Dec 8, 2018 · 1 comment
Open

Python scripts shebang is not correct #668

mohierf opened this issue Dec 8, 2018 · 1 comment

Comments

@mohierf
Copy link
Contributor

mohierf commented Dec 8, 2018

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

@maethor
Copy link
Contributor

maethor commented Dec 10, 2018

I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants