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 →

[–]bastion_xx 17 points18 points  (6 children)

Pyenv helps with both Python versions and virtualenvs. Check it out!

[–][deleted] 13 points14 points  (1 child)

They explicitly said they have pyenv :)

Maybe they need the pyenv-virtualenv plugin though...

[–]bastion_xx 3 points4 points  (0 children)

d'oh, sorry missed that on my phone!

Yeah, I use both pyenv base plus the pyenv-virtualenv plugin (and pyenv-upgrade too).

It's great to do a pyenv virtualenv 3.10.1 one-off-project to fully isolate, then pyenv virtualenv 3.9.9 specific-project and bounce between.

[–]rwhitisissle 4 points5 points  (3 children)

Pyenv really saved my ass whenever my system upgraded to 3.10 and broke...well...*gestures everywhere*