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
> You may find some quirks while using this toolchain.
81
-
> Please refer to [this link](https://python-build-standalone.readthedocs.io/en/latest/quirks.html) for details.
82
+
After registration, your Python targets will use the toolchain's interpreter during execution, but a system-installed interpreter
83
+
is still used to 'bootstrap' Python targets (see https://github.com/bazelbuild/rules_python/issues/691).
84
+
You may also find some quirks while using this toolchain. Please refer to [python-build-standalone documentation's _Quirks_ section](https://python-build-standalone.readthedocs.io/en/latest/quirks.html) for details.
85
+
86
+
### "Hello World"
82
87
83
88
Once you've imported the rule set into your `WORKSPACE` using any of these
84
89
methods, you can then load the core rules in your `BUILD` files with:
0 commit comments