Skip to content

Pixi Way (for compatibility)

Run the following command to install Pixi for Mac/Linux:

Terminal window
curl -fsSL https://pixi.sh/install.sh | PIXI_VERSION=v0.34.0 bash
  1. First run the following code:
Terminal window
iwr -useb https://pixi.sh/install.ps1 | iex
  1. Then run the code below to restore Pixi to a specific version:
Terminal window
pixi self-update --version 0.34.0