pixi-pack

Pack and unpack conda environments created with pixi.

brewmacoslinux
Try with needOr install directly
Source

About

Pack and unpack conda environments created with pixi

Commands

pixi-pack

Examples

compress a pixi environment into a portable file$ pixi-pack pack --manifest pixi.lock --output env.tar.zst
extract a packed environment to use it locally$ pixi-pack unpack env.tar.zst --output ./my-env
create a redistributable package from current pixi project$ pixi-pack pack
restore environment from a packed archive on another machine$ pixi-pack unpack environment-backup.tar.zst
check contents of a packed environment file$ pixi-pack list env.tar.zst