docs/reference/cli/pixi/global.md
Subcommand for global package management actions
--8<-- "docs/reference/cli/pixi/global_extender:description"
pixi global <COMMAND>
| Command | Description |
|---|---|
add | Adds dependencies to an environment |
edit | Edit the global manifest file |
install | Installs the defined packages in a globally accessible location and exposes their command line applications. |
uninstall | Uninstalls environments from the global environment. |
remove | Removes dependencies from an environment |
list | Lists global environments with their dependencies and exposed commands. Can also display all packages within a specific global environment when using the --environment flag. |
sync | Sync global manifest with installed environments |
expose | Interact with the exposure of binaries in the global environment |
shortcut | Interact with the shortcuts on your machine |
update | Updates environments in the global environment |
tree | Show a tree of dependencies for a specific global environment |
Subcommand for global package management actions.
Install packages on the user level. Into to the $PIXI_HOME directory, which defaults to ~/.pixi.
--8<-- "docs/reference/cli/pixi/global_extender:example"