We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb7d09 commit 94b0d2cCopy full SHA for 94b0d2c
1 file changed
BUILD.bazel
@@ -18,7 +18,7 @@ py_runtime(
18
interpreter_path = select({
19
"@platforms//os:macos": "/usr/bin/python3",
20
"@platforms//os:linux": "/usr/bin/python",
21
- "@platforms//os:windows": "python",
+ "@platforms//os:windows": "C:\\Python310\\python",
22
}),
23
python_version = "PY3",
24
stub_shebang = "#!/usr/bin/python3",
0 commit comments