uv/crates/uv-interpreter
Charlie Marsh 23afa09fae
Accept (e.g.) 'python3.8' as --python argument (#2031)
## Summary

This PR aligns the `uv pip install --python` flag with the `uv venv
--python` flag, such that the former now accepts binary names and Python
versions by way of using the same `find_requested_python` method under
the hood.
2024-02-28 09:48:49 -05:00
..
src Accept (e.g.) 'python3.8' as --python argument (#2031) 2024-02-28 09:48:49 -05:00
Cargo.toml Surface the EXTERNALLY-MANAGED message to users (#2032) 2024-02-27 23:18:45 -05:00