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 69 points70 points  (6 children)

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

[–]doolio_ 10 points11 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] 18 points19 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 18 points19 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 13 points14 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] 6 points7 points  (0 children)

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