Conda和Anaconda有什么区别? [英] What are the differences between Conda and Anaconda?

查看:188
本文介绍了Conda和Anaconda有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问题后更新:

有关详细信息,请参见 Conda简介.

See Introduction to Conda for more details.

问题:

根据~/anaconda的Ubuntu上安装了 Anaconda ./install.html"rel =" noreferrer>文档(来自Continuum Analytics),我应该使用以下命令:

I first installed Anaconda on my ubuntu at ~/anaconda, when I was trying to update my anaconda, according to the documentation from Continuum Analytics, I should use the following commands:

conda update conda
conda update anaconda

然后我意识到我没有安装 conda ,因此我使用了

Then I realized that I did not have conda installed, so I installed it using the documentation from here.

安装 conda 后,当我运行conda update anaconda时,出现以下错误:

After conda is installed, when I run conda update anaconda, I got the following error:

错误:/home/xiang/miniconda中未安装软件包'anaconda'

Error: package 'anaconda' is not installed in /home/xiang/miniconda

似乎conda假定我的anaconda安装在 NOT true的/home/xiang/miniconda下.

It appears conda is assuming my anaconda is installed under /home/xiang/miniconda which is NOT true.

问题:

  1. conda anaconda 有什么区别?
  2. 如何告诉 conda 我的 anaconda 安装在哪里?
  1. What are the differences between conda and anaconda?
  2. How can I tell conda where my anaconda is installed?

推荐答案

conda是程序包管理器. Anaconda是一组大约一百个软件包,包括conda,numpy,scipy,ipython notebook等.

conda is the package manager. Anaconda is a set of about a hundred packages including conda, numpy, scipy, ipython notebook, and so on.

您安装了Miniconda,它是Anaconda的一个较小替代方案,它只是conda及其依赖项,而不是上面列出的依赖项.

You installed Miniconda, which is a smaller alternative to Anaconda that is just conda and its dependencies, not those listed above.

一旦拥有Miniconda,您就可以使用conda install anaconda轻松地将Anaconda安装到其中.

Once you have Miniconda, you can easily install Anaconda into it with conda install anaconda.

这篇关于Conda和Anaconda有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆