uv/crates/uv-interpreter
Paul Moore 8e37625005
Allow passing a venv to uv pip --python (#3064)
Fixes https://github.com/astral-sh/uv/issues/3060

## Summary

Allows passing a virtual environment (the path to the directory, rather
than the path to the Python interpreter within the directory) to the
`--python` option of the `uv pip` command.

## Test Plan

Tested manually to confirm that the expected new functionality works.
The test suite still passes after this change.

I don't know how to add tests for a new feature like this. I would be
happy to do so if someone can give me some pointers on how to do it.
2024-04-16 18:39:37 +00:00
..
python Support freethreading python (#2805) 2024-04-12 09:39:47 +00:00
src Allow passing a venv to uv pip --python (#3064) 2024-04-16 18:39:37 +00:00
Cargo.toml Support freethreading python (#2805) 2024-04-12 09:39:47 +00:00