Migratate to rules_python #2376
Unanswered
burkpojken
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been using python from our development machines and would like to migrate to use the hermetic python rules. A problem is that we depend on other repositories that also use python from development machines.
How can we mix usage of python from the development machines and hermetic python rules?
I have tried this:
MODULE.bazel
BUILD file in main repo
BUILD file in secondary repo
If I build with this the hermetic toolchain is always used, both in main and secondary repo.
If I add the following to MODULE.bazel
Python from the development machines is always used.
I would like to have the hermetic toolchain to be used in the places where use
Beta Was this translation helpful? Give feedback.
All reactions