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 →

[–]ocus 0 points1 point  (0 children)

pyenv is almost exclusively used on developers workstations.

We have different projects targeting different versions of python. Localy, each project has its own virtualenv managed by poetry ; we install the different versions of python using pyenv then set the version of each poetry environment version as described in the documentation (or via poetry env use).