Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5eb0de8

Browse filesBrowse files
author
Jonathon Belotti
authored
remove inaccuracy in README about default py interpreter used by pip_install (bazel-contrib#402)
1 parent a4a1ccf commit 5eb0de8
Copy full SHA for 5eb0de8

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ pip_install(
131131
Note that since pip is executed at WORKSPACE-evaluation time, Bazel has no
132132
information about the Python toolchain and cannot enforce that the interpreter
133133
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
134+
default, `pip_install` uses the system command `"python3"`. This can be overridden by passing the
136135
`python_interpreter` attribute or `python_interpreter_target` attribute to `pip_install`.
137136

138137
You can have multiple `pip_install`s in the same workspace, e.g. for Python 2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.