This command has been removed and replaced with
pixi global update.Migration
Thepixi 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.11topython=3.12)
Using pixi global update
Update a specific package
Update all packages
Update packages in a specific environment
Error Message
If you try to runpixi global upgrade, you’ll see: