conda
results?pixi
to manage dependencies2025-06-05
pixi
? (and uv
?)pixi
over conda
?pixi
?Note:
pixi
do?Similar to conda
, like uv
, poetry
, npm
, …
conda
packages (python
or R
) or PyPI packages.pixi
) and lockfileand:
pixi global
or pixi exec
pixi
releases, by monthuv
do?Similar to venv
+ pip
, like pip-tools
, poetry
, …
.venv
) and lockfileand:
jupyter lab
, pytest
)uvx
(ruff
, visidata
)conda
)pixi
?Find out more: 🔗 pixi.sh (and 🔗 docs.astral.sh/uv)
Use for new projects
pixi
if Conda (uv
if just PyPI)src/
pixi run analysis
When working with someone
new to Python
pixi run dashboard
Easier than conda
/pip
by themselves
James Thomas
j.thomas@bristol.ac.uk