25 January 2026
UV 默认用的是 hardlink(Linux/Windows)或 clone(macOS)[1]:
WARNING: The use of symlink link mode is discouraged, as they create tight coupling between the cache and the target environment. For example, clearing the cache (uv cache clean) will break all installed packages by way of removing the underlying source files. Use symlinks with caution.
26 January 2026