Skip to main content
This command has been removed and replaced with pixi global update.

Migration

The pixi global upgrade command has been removed in favor of pixi global update, which provides more flexibility and better semantics.

Old Command

New Command

Why the Change?

The command was renamed to align with pixi’s terminology:
  • update: Update packages within the current version constraints
  • upgrade: Change version constraints (e.g., python=3.11 to python=3.12)
For most use cases, you want to update packages, not upgrade their version specifications.

Using pixi global update

Update a specific package

Update all packages

Update packages in a specific environment

For more information, see:

Error Message

If you try to run pixi global upgrade, you’ll see: