pixi

Fast, multi-platform package management for Python and Conda

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 your project$ pixi add numpy pandas
Run a task or command in the pixi environment$ pixi run python script.py