LinuxCommandLibrary

pixi

Developer Workflow and Environment Management for projects.

TLDR

Initialize a new project

$ pixi init [path/to/project]
copy


Add project dependencies
$ pixi add [dependency1 dependency2 ...]
copy


Start a pixi shell in the project environment
$ pixi shell
copy


Run a task in the project environment
$ pixi run [task]
copy


Manage tasks in the project environment
$ pixi task [command]
copy


Print the help message
$ pixi [command] --help
copy


Clean environment and task cache
$ pixi clean
copy

Copied to clipboard