Skip to content

pixi self-update#

About#

Update pixi to the latest version or a specific version

Usage#

pixi self-update [OPTIONS]

Options#

  • --version <VERSION>
    The desired version (to downgrade or upgrade to)
  • --dry-run
    Only show release notes, do not modify the binary
  • --force
    Force download the desired version when not exactly same with the current. If no desired version, always replace with the latest version
    default: false
  • --no-release-note
    Skip printing the release notes
    default: false

Examples#

pixi self-update
pixi self-update --version 0.46.0