mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
The correct way to run Python when building Servo is `uv run python`, unless we are running as a descendant of `uv run python`. In that case, we can use either `uv run python` or `python` (uv does not provide a `python3` on Windows \*). \* for the astute reader, yes, this causes problems for mozjs, which only tries `python3` unless PYTHON3=python :))) Testing: tested manually on macOS 13 (see below), and will be tested in CI Fixes: #37289  Signed-off-by: Delan Azabani <dazabani@igalia.com>