Merge pull request #3241 from mattjmcnaughton/mattjmcnaughton/specify-need-for-python2-bazel-docs

Specify need for using py2 with Bazel
This commit is contained in:
Kubernetes Prow Robot 2019-02-11 10:56:53 -08:00 committed by GitHub
commit 6e281bb5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ These tools are called via the `hack/update-bazel.sh` script.
Instructions for installing Bazel
can be found [here](https://www.bazel.io/versions/master/docs/install.html).
Please note that until [this Bazel
issue](https://github.com/bazelbuild/rules_docker/issues/454) is fixed,
`/usr/bin/env python` must be python2 in order for all the Bazel commands listed
below to succeed.
Several convenience `make` rules have been created for common operations: