Hacker News new | ask | show | jobs
by bitvoid 478 days 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

1 comments

Pixi goes a step further, they host mirrors of a lot of the important conda channels!