Global Tools
jnc can install tools globally in isolated environments, making them available from anywhere on your system. This is similar to tools likeapt or pipx, but uses the conda ecosystem.
Installing tools
Managing global tools
Add a package to an existing environment
List installed environments
Update all global environments
Remove a global tool
The global manifest
Global installations are tracked in a manifest file at~/.pixi/manifests/pixi-global.toml. You can edit it directly:
jnc global sync.
Exposed binaries
When you install a global tool, jnc automatically exposes the package’s binaries on yourPATH via lightweight trampolines in ~/.pixi/bin/.
You can manage which binaries are exposed: