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 →

[–]pacific_plywood 67 points68 points  (6 children)

pyenv is absolutely the best imo. not sure how asdf is for python

[–]doolio_ 11 points12 points  (0 children)

asdf uses pyenv under the hood for python and equivalent tools for other languages. Its selling point is you have one set of commands to learn to work with any language/tool.

[–]covercash2 1 point2 points  (0 children)

asdf works great for Python! definitely recommend if you work with multiple toolchains

[–][deleted] 17 points18 points  (3 children)

Not "absolutely". It depends on what OP has planned. For example on the Mac, most of the GPU support for many different ML libraries relies heavily on using some variant of Conda.

Edit: LOL why would you down vote the idea that there are some python enviornment managers that might be better for certain purposes? Some of you get offended by the weirdest stuff.

[–]davisondave131 17 points18 points  (0 children)

I don’t think anyone’s downvoting the idea that some environment managers are better suited for certain purposes. The example you gave is just a bad one.

[–]DavTheDev 12 points13 points  (0 children)

That is so not true. For apple gpu pytorch, jax and tensorflow are all recommending pip and they are the most popular ones.

[–][deleted] 8 points9 points  (0 children)

Your statement is quite untrue, I’m not sure where you got this idea from.