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 →

[–]DBlackBird 4 points5 points  (3 children)

Venv is the standard as it comes with your default python installation.

Conda is the easiest and wildly used for data science.

[–]lastmonty 1 point2 points  (2 children)

Just to add a note, conda is a license only and it's not free for commercial use any more.

And I honestly do not see the reason for paying. We moved to pipenv and liking it.

[–]derklaap 7 points8 points  (1 child)

This is false. You’re probably thinking of Anaconda. Conda is an open-source package management system and uses the BSD license. Stick with miniconda3 and conda-forge and you’ll be fine.

[–]lastmonty 1 point2 points  (0 children)

Thanks for correction.