How do I keep track of pip-installed packages in an Anaconda (Conda) environment?

后端 未结 10 2526
萌比男神i
萌比男神i 2020-11-28 00:35

I\'ve installed and have been using the Anaconda Python distribution, and I have started using the Anaconda (Conda) environment. I can use the standard conda install..

10条回答
  •  星月不相逢
    2020-11-28 00:53

    There is a branch of conda (new-pypi-install) that adds better integration with pip and PyPI. In particular conda list will also show pip installed packages and conda install will first try to find a conda package and failing that will use pip to install the package.

    This branch is scheduled to be merged later this week so that version 2.1 of conda will have better pip-integration with conda.

提交回复
热议问题