You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$
The text was updated successfully, but these errors were encountered:
wtf/wtf.py
Line 1 in fe5618a
Some distributions such as Ubuntu 22.04 have only
python3
installed by default, nopython
. Python 3 should be available on (almost) all developer machine nowadays:The text was updated successfully, but these errors were encountered: