Saturday, July 27, 2019

Python: Anaconda vs. Miniconda vs. Virtualenv

Anaconda vs. Miniconda vs. Virtualenv – Deep Learning Garden

"Both Anaconda and Miniconda uses Conda as the package manager. The difference among Anaconda and Miniconda is that Miniconda only comes the package management system. So when you install it, there is just the management system and not coming with a bundle of pre-installed packages like Anaconda does. Once Conda is installed, you can then install whatever package you need from scratch along with any desired version of Python."

No comments: