-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install instructions for Windows command prompt #1750
Comments
Agreed. Ideally we'd give a command that worked on both PowerShell and CMD (or at least instructions for how to do things with the CMD shell). But for now, just documenting that this is a PowerShell-specific command would be an improvement. PR welcome! |
Looks like you documented this as being PowerShell specific in #1751 -- thanks! I'll leave this open for now, though, as ideally we'd document a CMD command that works as well (or have a unified command that works on both). |
Recommend installing uv on windows with ``` powershell -c "irm https://astral.sh/uv/install.ps1 | iex" ``` instead of ``` irm https://astral.sh/uv/install.ps1 | iex ``` to support installing on cmd.exe, the classic non-powershell windows command prompt. See axodotdev/cargo-dist#458 for background. This will also be included in the next cargo-dist release. I have confirmed this passes on * Command Prompt * Windows PowerShell * PowerShell * git bash Closes #1750 CC @12932 this fixes the uv command prompt installation.
In the README.md document
It says "On Windows." , and then provides a Powershell-only compatible command. Running it in my command prompt gave me an error:
It works fine in Powerhsell. I think the readme should say powershell only for that specific command
The text was updated successfully, but these errors were encountered: