During a migration from one version of the Python runtime to another, or the migration to Bazel itself, it can be useful to have more than one version of the Python interpreter in the build. With the current rule set for Python, and Bazel's built in ...
blog.aspect.build5 min read
Can you provide a link please to a repo with all the necessary pieces? It's not at all obvious where //python38 or //bazel come from. Thanks.
adam lazur
I did 2 python versions via toolchains/platforms. Sample repo at github/lazcamus/bazel-two-pythons