Back to Pixi

pixi global

docs/reference/cli/pixi/global.md

0.72.21.6 KB
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi global

Subcommand for global package management actions

--8<-- "docs/reference/cli/pixi/global_extender:description"

Usage

pixi global <COMMAND>

Subcommands

CommandDescription
addAdds dependencies to an environment
editEdit the global manifest file
installInstalls the defined packages in a globally accessible location and exposes their command line applications.
uninstallUninstalls environments from the global environment.
removeRemoves dependencies from an environment
listLists global environments with their dependencies and exposed commands. Can also display all packages within a specific global environment when using the --environment flag.
syncSync global manifest with installed environments
exposeInteract with the exposure of binaries in the global environment
shortcutInteract with the shortcuts on your machine
updateUpdates environments in the global environment
treeShow a tree of dependencies for a specific global environment

Description

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"