pixi-global
Manage globally installed Pixi packages
TLDR
Install package globally
$ pixi global install [package]
List globally installed packages$ pixi global list
Remove global package$ pixi global remove [package]
Update all global environments$ pixi global update
Update a specific global environment$ pixi global update [package]
Sync manifest with installed environments$ pixi global sync
Edit the global manifest file$ pixi global edit
SYNOPSIS
pixi global command [options]
DESCRIPTION
pixi global manages globally installed packages. Installs command-line tools accessible from anywhere, similar to pipx for Python. Packages are isolated in their own environments.
PARAMETERS
install package
Install a package in a globally accessible location and expose its executables.uninstall environment
Uninstall a global environment.list
List global environments with their dependencies and exposed commands.add package
Add dependencies to a global environment.remove package
Remove dependencies from a global environment.update [environment...]
Update global environments. Without arguments, updates all environments.sync
Synchronize the global manifest with installed environments.edit
Open the global manifest file in your editor.expose
Manage exposure of binaries in global environments.shortcut
Manage shortcuts on your machine for global environments.tree
Show a dependency tree for a specific global environment.
