-
Overview
《深入理解difference conda vs. pip || venv||virtualenv||pipenv||poetry》
pip用于安装python module,virtualenv&env用于创建python 虚拟环境,两者都是建立在已有的python interpreter之后。conda兼备包安装和虚拟环境创建的功能,同时可以安装不同版本的python interpreter。 -
conda
Package, dependency and environment management for any language - Python, R, Ruby, Lua, Scala, Java, JavaScript, C/C++, FORTRAN, and more.
Condawas created for Python programs, but it can package and distribute software for any language.If you need a package that requires a different version of Python, you do not need to switch to a different environment manager, because
condais also an environment manager. -
conda concepts
conda commands
conda packages is a compressed tarball file (
.tar.bz2) or.condafile that contains:- system-level libraries
深入理解conda||conda 安装不同版本Python
最新推荐文章于 2025-10-28 10:23:28 发布

最低0.47元/天 解锁文章
1544

被折叠的 条评论
为什么被折叠?



