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。 python
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包管理器? web
What is the difference between pip
and conda
? pip
和conda
什么区别? 网站