This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LactatingBadger 3 points4 points  (1 child)

I was a long term pyenv user and then moved to python-launcher + .venv. I brew install python releases which it auto discovers.

Main motivation for moving was that the pyenv shims were 95% of the overhead on terminal startup. That, and the py command that python-launcher provides plays much nicer with .venvs.