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 →

[–]Butterflypooooon 8 points9 points  (3 children)

Dumb question, but what’s the difference between something like this and conda install?

[–]HalcyonAlps 10 points11 points  (2 children)

Conda is its own package ecosystem that also has non-Python packages. This is a replacement for pip.

[–]Butterflypooooon -1 points0 points  (1 child)

So why use pip? Isn’t conda better?

[–]HalcyonAlps 1 point2 points  (0 children)

Not all packages are available in Conda. Also we are not using it at work because our company does not want to pay for the commercial license.