Skip to main content
Pixi

Pixi #

Refs:

Basic usage #

Installation:

curl -fsSL https://pixi.sh/install.sh | zsh

Create pyproject.toml instead of conda style pixi.toml: (works better with Marimo)

pixi init --format pyproject -c conda-forge -v

With .envrc like this, you can configure the terminal to automatically start and end the working directory’s pixi shell:

.envrc sh
watch_file pixi.lock
eval "$(pixi shell-hook)"