-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
Summary
This currently only supports python and pythonw
uv/crates/uv/src/commands/tool/mod.rs
Line 51 in 149102a
| name.eq_ignore_ascii_case("python") || cfg!(windows) && name.eq_ignore_ascii_case("pythonw") |
We do have a later invocation of PythonRequest::parse, which will handle these generic cases
uv/crates/uv/src/commands/tool/run.rs
Line 725 in c5032ae
| target_request.or_else(|| python.map(PythonRequest::parse)) |
but it's not used here
Example
We should support all implementations here
uvx pypy
uvx pypy@3.8
uvx graalpy
uvx cpython
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality