问题:
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
? pip
和conda
什么区别?
解决方案:
参考一: https://stackoom.com/question/1Q5gS/pip和conda有什么区别参考二: https://oldbug.net/q/1Q5gS/What-is-the-difference-between-pip-and-conda
来源:oschina
链接:https://my.oschina.net/u/4438370/blog/4273863