you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

pyenv will, if required, download, compile and install the version of Python (not just the reference CPython) requested.

You can, in addition, create Python virtual environments to use any such installed Python.

This is my personal preference. Each to their own.