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 a4a1ccf commit 5eb0de8Copy full SHA for 5eb0de8
README.md
@@ -131,8 +131,7 @@ pip_install(
131
Note that since pip is executed at WORKSPACE-evaluation time, Bazel has no
132
information about the Python toolchain and cannot enforce that the interpreter
133
used to invoke pip matches the interpreter used to run `py_binary` targets. By
134
-default, `pip_install` uses the system command `"python"`, which on most
135
-platforms is a Python 2 interpreter. This can be overridden by passing the
+default, `pip_install` uses the system command `"python3"`. This can be overridden by passing the
136
`python_interpreter` attribute or `python_interpreter_target` attribute to `pip_install`.
137
138
You can have multiple `pip_install`s in the same workspace, e.g. for Python 2
0 commit comments