You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
# In Git Bash for Windows
uname -a
## MINGW64_NT-10.0-22631 MSI 3.4.9-be826601.x86_64 2023-09-07 12:36 UTC x86_64 Msys
curl -fsSL https://pixi.sh/install.sh | bash
## This script will automatically download and install Pixi (latest) for you.## Getting it from this url: https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-MINGW64_NT-10.0-22631.tar.gz## The binary will be installed into '/c/Users/john/.pixi/bin'## #################################################################################################### ############## 100.0%## error: 'https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-MINGW64_NT-10.0-22631.tar.gz' is not available
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
I would like to use
pixi
in the Git Bash shell for Windows. Thus I followed the installation instructions for macOS and Linux because they usebash
, whereas the Windows installation instructions useiwr
andiex
(which don't exist in the PATH for Git Bash).I'm willing to help troubleshoot the
pixi shell
issue in #417 if I can getpixi
installed easily.Expected behavior
I expected it to download and install a compatible
LinuxWindows release ofpixi
for use in Git BashThe text was updated successfully, but these errors were encountered: