Add an autodetecting host toolchain #8603
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-Rules-Python
Native rules for Python
type: feature request
Add a repo rule to autodetecting the Python toolchain on the host machine.
For cases where the target platform is the host machine, this avoids issues with relying on
PATH
at execution time to find the right system Python interpreter, e.g. #8536. It does not completely eliminate runtime dependence onPATH
though, due to the stub script shebang; see also #6817 and #8446.The text was updated successfully, but these errors were encountered: