Skip to content

WORKSPACE to MODULE.bazel migration setting default python version #2509

Answered by aignas
gfrankliu asked this question in Q&A
Discussion options

You must be logged in to vote

python_3_10 is something that points to an interpreter that can only be used in the build context. python_3_10_host uses the same repositories but resolves/copies the files in the repository_rule context. The legacy load("@python_3_10_host//:defs.bzl", "interpreter") has been replaced with @python_3_10_host//:python.

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aignas
Comment options

Comment options

You must be logged in to vote
4 replies
@aignas
Comment options

@aignas
Comment options

@gfrankliu
Comment options

@aignas
Comment options

Answer selected by gfrankliu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2505 on December 16, 2024 03:25.