Skip to content

Commit 94b0d2c

Browse files
committed
Improving path for Python in Windows
[skip ci]
1 parent bcb7d09 commit 94b0d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ py_runtime(
1818
interpreter_path = select({
1919
"@platforms//os:macos": "/usr/bin/python3",
2020
"@platforms//os:linux": "/usr/bin/python",
21-
"@platforms//os:windows": "python",
21+
"@platforms//os:windows": "C:\\Python310\\python",
2222
}),
2323
python_version = "PY3",
2424
stub_shebang = "#!/usr/bin/python3",

0 commit comments

Comments
 (0)