pip和conda有什么区别?

夙愿已清 提交于 2020-08-16 08:21:32

问题:

I know pip is a package manager for python packages. 我知道pip是python包的包管理器。 However, I saw the installation on IPython's website use conda to install IPython. 但是,我看到IPython网站上的安装使用conda来安装IPython。

Can I use pip to install IPython? 我可以使用pip来安装IPython吗? Why should I use conda as another python package manager when I already have pip ? 当我已经拥有pip时,为什么我应该使用conda作为另一个python包管理器?

What is the difference between pip and conda ? pipconda什么区别?


解决方案:

参考一: https://stackoom.com/question/1Q5gS/pip和conda有什么区别
参考二: https://oldbug.net/q/1Q5gS/What-is-the-difference-between-pip-and-conda
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!