bazel build --python_top=//tools/python:py3_windows_runtime //:test
bazel run --python_top=//tools/python:py3_windows_runtime //tools/generator -- "C:\temp\my_testfile"
Requieres bazel >= 0.25.0
bazel build --incompatible_use_python_toolchains //:test
bazel run --incompatible_use_python_toolchains //tools/generator -- "C:\temp\my_testfile"