Anaconda vs. miniconda

前端 未结 8 678
逝去的感伤
逝去的感伤 2020-11-27 09:57

In the Anaconda repository, there are two types of installers:

\"Anaconda installers\" and \"Miniconda installers\".

What

8条回答
  •  一生所求
    2020-11-27 10:22

    The difference is that miniconda is just shipping the repository management system. So when you install it there is just the management system without packages. Whereas with Anaconda, it is like a distribution with some built in packages.

    Like with any Linux distribution, there are some releases which bundles lots of updates for the included packages. That is why there is a difference in version numbering. If you only decide to upgrade Anaconda, you are updating a whole system.

提交回复
热议问题