Maintenance type
Release
Description
Currently, there are only standalone installers available for Linux and macOS. To make it easier for Windows users, I'd like to add an installer that they will be able to copy and paste into their PowerShell terminal.
One example of this is the way pixi enables this via this command:
powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"
Motivation
Better serving users on the world's most popular operation system.
Scope and affected areas
No response
Task checklist
Urgency
Medium — should be done this cycle
Additional context
Use the pixi install.ps1 as a reference implementation for this implementation.
Maintenance type
Release
Description
Currently, there are only standalone installers available for Linux and macOS. To make it easier for Windows users, I'd like to add an installer that they will be able to copy and paste into their PowerShell terminal.
One example of this is the way pixi enables this via this command:
Motivation
Better serving users on the world's most popular operation system.
Scope and affected areas
No response
Task checklist
Urgency
Medium — should be done this cycle
Additional context
Use the pixi
install.ps1as a reference implementation for this implementation.