pip vs conda

Insert image description here
The conda management is wider than pip. The conda command can not only manage the environment and install python packages, but also install c c++ java packages. You can also install pip, and pip is a command specifically for installing python packages. This is generally the case when working on AI. They all use conda to create a virtual environment, and then use pip to install third-party libraries.

おすすめ

転載: blog.csdn.net/onlyyoujojo/article/details/135216512