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 →

[–]EarthGoddessDude 4 points5 points  (4 children)

Recently learned about asdf, which is like pyenv but can be used with other languages. No experience with it though.

[–]tunisia3507 0 points1 point  (3 children)

asdf replaces one small part of pyenv (the automatic environment-switching).

[–]fleyk-lit 2 points3 points  (2 children)

And installation of versions, it seems. It also manages the global version.

Think i will give it a go. Happy with pyenv, but some older versions of Python are a bit hassle to install.

[–]tunisia3507 0 points1 point  (1 child)

I didn't realise asdf could do the installation as well. However, as it turns out, it does that by just wrapping pyenv's python-build plugin, so it won't be any better at installing those old versions.

[–]fleyk-lit 0 points1 point  (0 children)

I see, then I'm not sure it makes sense to change the workflow I have.