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

Change python to python3 #26

Open
DimitriPapadopoulos opened this issue Oct 7, 2022 · 0 comments
Open

Change python to python3 #26

DimitriPapadopoulos opened this issue Oct 7, 2022 · 0 comments

Comments

@DimitriPapadopoulos
Copy link

DimitriPapadopoulos commented Oct 7, 2022

wtf/wtf.py

Line 1 in fe5618a

#!/usr/bin/env python

Some distributions such as Ubuntu 22.04 have only python3 installed by default, no python. Python 3 should be available on (almost) all developer machine nowadays:

$ wtf.py 
/usr/bin/env: 'python': No such file or directory
$ 
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