Pixi Way (for compatibility)
For Mac/Linux:
Section titled “For Mac/Linux:”Run the following command to install Pixi for Mac/Linux:
curl -fsSL https://pixi.sh/install.sh | PIXI_VERSION=v0.34.0 bash
For Windows:
Section titled “For Windows:”- First run the following code:
iwr -useb https://pixi.sh/install.ps1 | iex
- Then run the code below to restore Pixi to a specific version:
pixi self-update --version 0.34.0