LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pixi-global

Manage globally installed Pixi packages

TLDR

Install package globally
$ pixi global install [package]
copy
List globally installed packages
$ pixi global list
copy
Remove global package
$ pixi global remove [package]
copy
Update all global environments
$ pixi global update
copy
Update a specific global environment
$ pixi global update [package]
copy
Sync manifest with installed environments
$ pixi global sync
copy
Edit the global manifest file
$ pixi global edit
copy

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.

SEE ALSO

pixi(1), pipx(1), conda(1)

Copied to clipboard
Kai