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
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
↗
Homepage
https://github.com/prefix-dev/pixi
Installer URL
https://github.com/prefix-dev/pixi/releases/download/v0.14.0/pixi-x86_64-pc-windows-msvc.msi
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…