You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea would be to create a Python Runtime Provider.
Using this Python Runtime Provider you could then feed the interpreter and all files necessary to py_runtime.
This way people could build/fetch their own Python via a rule.
At the same time there is no need to standardize this in rules_python.
The text was updated successfully, but these errors were encountered:
#293 concerns creating a toolchain to represent a fetched Python interpreter. This issue seems to be talking about PyRuntimeInfo, which already exists (in native code) and is propagated by py_runtime_pair.
Feel free to reopen if I mischaracterized the request.
The idea would be to create a Python Runtime Provider.
Using this Python Runtime Provider you could then feed the interpreter and all files necessary to
py_runtime
.This way people could build/fetch their own Python via a rule.
At the same time there is no need to standardize this in rules_python.
The text was updated successfully, but these errors were encountered: