Pip vs. Conda: an in-depth comparison of Python’s two packaging systems (pythonspeed.com) 10 points by itamarst 4y ago ↗ HN
[–] wrink 4y ago ↗ A short conversation on Conda with Travis Oliphant - https://youtu.be/gFEE3w7F0ww?t=7826
[–] user5994461 4y ago ↗ An horrifying article. It's completely missing out that conda/anaconda prohibits commercial usage.If you want to use conda/anaconda in a company, you have to go out of your way to prevent it to use commercial packages.Also, the pip example doesn't show how to create a venv, which is the very first thing to do.
[–] anaganisk 4y ago ↗ Given how complicated conda is wrt to commercial usage, I would rather wish “poetry” to become famous.
3 comments
[ 4.6 ms ] story [ 20.8 ms ] threadIf you want to use conda/anaconda in a company, you have to go out of your way to prevent it to use commercial packages.
Also, the pip example doesn't show how to create a venv, which is the very first thing to do.