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

Wrong shebang in waf #10

Open
ChthonVII opened this issue Nov 4, 2021 · 2 comments
Open

Wrong shebang in waf #10

ChthonVII opened this issue Nov 4, 2021 · 2 comments

Comments

@ChthonVII
Copy link

Shebang in waf should say #!/usr/bin/env python3 rather than #!/usr/bin/env python.

@SAPikachu
Copy link
Owner

Sorry, I no longer have time to maintain this project. It would be great if someone can submit a PR for this and I will happily merge it.

@starapo7348
Copy link

starapo7348 commented Oct 8, 2024

You can use the python-is-python3 package.

Description: symlinks /usr/bin/python to python3
Starting with the Debian 11 (bullseye) and Ubuntu 20.04 LTS (focal)
releases, all python packages use explicit python3 or python2
interpreter and do not use unversioned /usr/bin/python at all. Some
third-party code is now predominantly python3 based, yet may use
/usr/bin/python.
.
This is a convenience package which ships a symlink to point
the /usr/bin/python interpreter at the current default python3. It may
improve compatibility with other modern systems, whilst breaking some
obsolete or 3rd-party software.

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

3 participants