pixi
pixi copied to clipboard
feat: installer use PIXI_REPOURL env as download base
add an environment parameter for unix install.sh and windows installer.ps1. if set, $PIXI_REPOURL replaces the default value of https://github.com/prefix-dev/pixi in the download url.
Also add ci test case for installer.ps1.
Can you explain what your usecase for this is? Is it to install pixi from a fork?
Can you explain what your usecase for this is? Is it to install pixi from a fork?
no, but install the pixi behind the firewall of our corp, we need download from internal mirrors.
@baszalmstra any suggestion about this pr?