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

Replace python shebang with python3 #416

Closed
PhotoTeeborChoka opened this issue Sep 8, 2022 · 2 comments
Closed

Replace python shebang with python3 #416

PhotoTeeborChoka opened this issue Sep 8, 2022 · 2 comments

Comments

@PhotoTeeborChoka
Copy link

What

Since the python 2 has been deprecated, Ubuntu OS does not ship the /usr/bin/python command. The shebang used in this project's files references it though, which leads to module failures on Ubuntu OS. In order to improve the expected behavior, the shebangs **should be replaced with #!/usr/bin/env python3.

@PhotoTeeborChoka
Copy link
Author

This likely relates to issues in #415

@TerryHowe
Copy link
Owner

This comes off as more of an ubuntu problem. I don't think it makes sense to fix

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

2 participants