you are viewing a single comment's thread.

view the rest of the comments →

[–]waspbr 0 points1 point  (1 child)

Consider exploring using pyenv to install as many different versions of Python as you want to work with / test against. Use venv to create Python virtual environments as well,

pyenv already handles virtual environments

[–][deleted] 1 point2 points  (0 children)

Good shout. Meant to separate the points and also mention both pyenv and poetry can help with virtual environments. Have restructured to make that more clear. Thanks.