Hacker News new | ask | show | jobs
by davidkwast 242 days ago
You can always use pyenv to install any Python on any mainstream Linux. I only use pyenv Python to develop on any laptop or any server. My dev laptop is still Ubuntu 22.04 and I have any Python from 2.7 to 3.14 .

https://github.com/pyenv/pyenv

Simple Python version management

1 comments

Wow I had no idea about that, thanks!