Please support (and respect) --link-mode in uv python install
#12298
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or improvement to existing functionality
Summary
A number of
uv
commands support the --link-mode option, but notpython install
. As a result when I mount a directory with a venv inside docker for local development, it can't python python because it's symlinked to a directory that's not in the container.It seems like it should be straightforward to add this to python install? And of course if I run
uv sync --link-mode <option>
then the python it chooses to install or use should respect that as well.Does this make sense and is it a reasonable request?
Example
No response
The text was updated successfully, but these errors were encountered: