uv/crates/uv-interpreter
konstin de3a9161c1 Stop looking for `-p` in PATH
See #2386 for the motivation. We keep only two behaviours for `-p`, we have an absolute or relative path (containing a system path separator) or `-p <implementation><version>`.

Open question: Should `python3.10` or `3.10` force cpython 3.10 or is any python implementation acceptable? My assumption right now is that i assume that a user specifying nothing wouldn't like it if we picked pypy, rather we should force cpython and make pypy explicit.

I will add tests tomorrow, please already give the semantics a look.
2024-03-12 18:49:21 +01:00
..
src Stop looking for `-p` in PATH 2024-03-12 18:49:21 +01:00
Cargo.toml Address review feedback on reparse points (#2288) 2024-03-07 16:49:27 -05:00