Pixi #
Refs:
Basic usage #
Installation:
curl -fsSL https://pixi.sh/install.sh | zshCreate pyproject.toml instead of conda style pixi.toml: (works better with Marimo)
pixi init --format pyproject -c conda-forge -vWith .envrc like this, you can configure the terminal to automatically start and end the working directory’s pixi shell:
watch_file pixi.lock
eval "$(pixi shell-hook)"