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

Search for python3 instead of python #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Volker-Weissmann
Copy link

On Debian 11 (bullseye)
/usr/bin/env python3 is Python 3.9.2, but
/usr/bin/env python prints /usr/bin/env: 'python': No such file or directory

On Debian 11 (bullseye) 
`/usr/bin/env python3` is `Python 3.9.2`, but 
`/usr/bin/env python` prints `/usr/bin/env: 'python': No such file or directory`
@timofeymukha
Copy link
Owner

Hi Volker! Sorry, I missed your PR!

A bit unsure about this change, is python3 always present?

@Volker-Weissmann
Copy link
Author

I never saw a machine, where /usr/bin/env python3 does not exists, but /usr/bin/env python does and /usr/bin/env python is a Python version 3 instead of a Python version 2.
So I would suggest that you do not merge this PR if you want to support python2, but do merge it if you do not want to support python2.

@timofeymukha
Copy link
Owner

Thanks! As it stands, we might be ditching python all together, as the support for the .org version is no longer there anyway. Too little time.

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

Successfully merging this pull request may close these issues.

2 participants