-
Notifications
You must be signed in to change notification settings - Fork 70
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
Using 'python' binary for Python 2 #47
Comments
Which script(s) are you talking about? |
Upon further inspection, it seems that it's actually cmake generating it like that.
|
The script comes from fcd/python/bindings.py (but doesn't have a shebang). It might not be a ton of effort to make it 2-3 compatible. Would you like to do it? With that said, fcd itself is likely to keep linking against Python 2 for a while. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PEP 394 recommends the usage of
python2
when invoking Python 2 scripts instead ofpython
, as the latter might be different depending on the distribution (and indeed it is - it's Python 3 in Arch Linux).The text was updated successfully, but these errors were encountered: