5 ms·
> The main thing conda doesn't seem to have which uv has is all the "project management" stuff. Pixi[1] is an alternative conda package manager (as in it still
by bitvoid 2y ago
> The main thing conda doesn't seem to have which uv has is all the "project management" stuff.
Pixi[1] is an alternative conda package manager (as in it still uses conda repositories; conda-forge by default) that bridges this gap. It even uses uv for PyPI packages if you can't find what you need in conda repositories.
1: https://pixi.sh https://pixi.sh
- greazy 2y agoPixi goes a step further, they host mirrors of a lot of the important conda channels!