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 compatibility #72

Open
iddm opened this issue Jun 12, 2018 · 0 comments
Open

Python scripts compatibility #72

iddm opened this issue Jun 12, 2018 · 0 comments

Comments

@iddm
Copy link

iddm commented Jun 12, 2018

  1. Python scripts should choose correct interpreter.

    #!/usr/bin/python2 or #!/usr/bin/python3 or better #!/usr/bin/env python2 etc.

  2. There should be compatible or both versions for python 2 and python 3. I can't run the script with python3 and I don't need and I don't have python 2 installed on my system. To be more user(reader)-friendly, I suggest to provide with compatible scripts (which can run in both 2 and 3 versions of Python), or different versions of the same script for 2 and 3 versions accordingly.

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

No branches or pull requests

1 participant