theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
31 stars 14 forks source link

Use --python arg instead of PATH munging #65

Closed mark-thm closed 3 months ago

mark-thm commented 3 months ago

Issue

We were updating PATH to get our desired Python interpreter at the front, but more recent versions of uv let us specify the interpreter explicitly.

Summary

Specify the interpreter using --python instead of munging the path.