2025 年,Conda、uv、pixi 应当如何选择?

Views :
Update time : 2025-06-21 14:05:18

rye 已经被开发者换到 uv 了。

uv build 差不多是 python -m build 的高性能重写 (Rewrite it in Rust) uv pip 差不多是 python -m pip 的高性能重写 (还是 rust) mamba 是一个使用 C++ 的 conda 的高性能重写。

pixi 又换了 rust (RIIR真的是)同时也支持 pip install 就像 uv 一样。

poetry 是一个 pip 的替代。

添加了虚拟环境支持。

虚拟环境这东西用 venv,uv,poetry,pixi 都行。

所以归根结底是 从 PYPI 上安装…。

2025 年,Conda、uv、pixi 应当如何选择?
Related News
Read More >>
Blog Post With Youtube Video 网传《碟中谍 8》亏损可能超 14 亿,是真的吗?这背后的原因是什么?
2025-06-23 19:25:15
网传《碟中谍 8》亏损可能超 14 亿,是真的吗?这背后的原因是什么?...
Blog Post With Youtube Video 飞天茅台散瓶批发价跌破 2000 元,背后什么原因?收藏茅台还能增值吗?
2025-06-23 19:45:16
飞天茅台散瓶批发价跌破 2000 元,背后什么原因?收藏茅台还能增值吗?...
Blog Post With Youtube Video 非计算机专业,好奇为什么会出现“程序依赖bug运行”的情况?
2025-06-23 19:50:16
非计算机专业,好奇为什么会出现“程序依赖bug运行”的情况?...
Blog Post With Youtube Video go的channel在实际项目中会怎么使用?
2025-06-23 18:50:15
go的channel在实际项目中会怎么使用?...

Leave Your Message