We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running uv add <path> on Windows adds the sources path with backslash () Windows-style, which causes it to fail when running on other platforms.
uv add <path>
Manually changing to slash (/) makes it work on all platforms.
uv add <path> should always use slash (/).
The text was updated successfully, but these errors were encountered:
Agreed, I assumed we did this already.
Sorry, something went wrong.
Use portable paths when serializing sources (#7504)
e36cc99
## Summary Closes #7493.
charliermarsh
Successfully merging a pull request may close this issue.
Running
uv add <path>
on Windows adds the sources path with backslash () Windows-style, which causes it to fail when running on other platforms.Manually changing to slash (/) makes it work on all platforms.
uv add <path>
should always use slash (/).The text was updated successfully, but these errors were encountered: