What is the difference between pip and conda?

后端 未结 12 1266
名媛妹妹
名媛妹妹 2020-11-22 08:27

I know pip is a package manager for python packages. However, I saw the installation on IPython\'s website use conda to install IPython.

Ca

12条回答
  •  借酒劲吻你
    2020-11-22 08:46

    pip is a package manager.

    conda is both a package manager and an environment manager.

    Detail:

    References

    • Understanding Conda and Pip

提交回复
热议问题