Hacker News new | ask | show | jobs
by eddyg 784 days ago
If you have a requirement for multiple, specific Python versions, why not just use pyenv?

https://github.com/pyenv/pyenv

1 comments

That's not an unreasonable question. I don't really have a good answer to it outside of I found building and installing the couple that I needed myself to be fine and don't mind invoking as `python3.11` or what have you, since it's only different when I'm initialising my venvs.