Y
Hacker News
new
|
ask
|
show
|
jobs
by
geofft
3169 days ago
There is no /usr/bin/python in the default Ubuntu install. There's a /usr/bin/python3, and if you `apt install python` you can get /usr/bin/python. But all of the system's code that uses Python has been converted to Python 3.