pixi

Fast Python package manager using conda with lock files.

brewmacoslinux
Try with needOr install directly
Source

About

Package management made easy

Commands

pixi

Examples

create a new project with python and dependencies$ pixi init my-project && cd my-project
add a package to current project$ pixi add numpy pandas
run a script in isolated environment$ pixi run python script.py
install all dependencies from lock file$ pixi install
start interactive shell with project dependencies$ pixi shell