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
什麼區別? 網站