-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
Summary
Path entries in the configuration file are not resolved, making it hard to write and share standard uv.toml
configuration files.
On Windows, using the following uv.toml
to provide user-level configuration would create directories named ~
in whatever directory uv was called from while it needed its cache.
cache-dir = "~/.cache/uv"
Expanding ~
to the home directory would enable to make universal, shareable configuration files.
Furthermore, I doubt that ~
is used for anything other than referencing home directories.
Example
cache-dir = "~/.cache/uv"
This user-level or system-level uv.toml
would make uv create its cache in the home directory of the user.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality