-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't workingcompatibilityCompatibility with a specification or another toolCompatibility with a specification or another tool
Description
In Windows, currently paths are shown with backslashes for the tool directory but with forward slashes for the executable path itself:
> tool list --show-paths
bump-pydantic v0.8.0 (C:\Users\mhuerta\AppData\Roaming\uv\data\tools\bump-pydantic)
- bump-pydantic.exe (C:/Users/mhuerta/.local/bin/bump-pydantic.exe)
cookiecutter v2.6.0 (C:\Users\mhuerta\AppData\Roaming\uv\data\tools\cookiecutter)
- cookiecutter.exe (C:/Users/mhuerta/.local/bin/cookiecutter.exe)Ideally all paths in Windows should appear with backslashes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompatibilityCompatibility with a specification or another toolCompatibility with a specification or another tool