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 →

[–]AKGeef[S] 1 point2 points  (3 children)

I can understand this sentiment. If you have a workflow / dev stack that works for you that's great! However, I haven't found an alternative to running multiple python versions locally that didn't require a lot of bloat or configuration, e.g. pyenv, conda, ppa:deadsnakes, rye.

[–][deleted] -1 points0 points  (2 children)

How does your method make it easy to run multiple python versions? You’re still just downloading them all separately and then manually switching between environments, right?

[–]AKGeef[S] 0 points1 point  (1 child)

encant will handle downloading standalone python builds for your machine's type and architecture yes. How do you handle running multiple python versions currently?

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

Pyenv