Silent Install HQ
MSI WinGet

pixi

prefix-dev · 0.14.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i pixi-x86_64-pc-windows-msvc.msi /quiet /norestart
Custom
msiexec /i pixi-x86_64-pc-windows-msvc.msi /quiet /norestart -norestart

File Identity

SHA256 18158f3287b3657761e4eab9b5acadc89af83576753f26f034e241afc8f9b012 VirusTotal ↗
Filename pixi-x86_64-pc-windows-msvc.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID prefix-dev.pixi
Version 0.14.0
Description A cross-platform, multi-language package manager and workflow tool
License BSD-3-CLAUSE
Upgrade Behavior install(Install over existing)
Release Notes ✨ Highlights We now support `solve-groups` in the environments. This makes it easy to align dependencies between environments without needing to install them all at once. This is especially useful when you have a `test` and a `production` environment, and you want to make sure that the dependencies are the same. [environments] test = { features = ["prod", "test"], solve-groups = ["group1"] } prod = { features = ["prod"], solve-groups = ["group1"] } 📃 Details Added - Add index field to pypi r…