Skip to content

pixi global#

About#

Subcommand for global package management actions

All commands in this section are used to manage global installations of packages and environments through the global manifest. More info on the global manifest can be found here.

Tip

Binaries and environments installed globally are stored in ~/.pixi by default, this can be changed by setting the PIXI_HOME environment variable.

Usage#

pixi global <COMMAND>

Subcommands#

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 all packages previously installed into a globally accessible location via pixi global install.
sync Sync global manifest with installed environments
expose Interact with the exposure of binaries in the global environment
update Updates environments in the 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.