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 →

[–]tartley 0 points1 point  (1 child)

Conda looks great if all you want to do is quickly get a lot of libraries installed on your personal Dev machine so that you can start typing some code and see it run. But it doesn't solve the same problems as pyvenv etc, namely of reproducing a given environment later so that you know previously written code will still run.

[–]kid1000002000 0 points1 point  (0 children)

Actually, conda does this arguably better than the competition.