summarylogtreecommitdiffstats
path: root/bazel-python-path.patch
blob: e39a876905aac265fa59c886652908d65d797371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tools/bazel b/tools/bazel
index 9cb423d8..6f745aa7 100755
--- a/tools/bazel
+++ b/tools/bazel
@@ -149,6 +149,7 @@ else
   fi
 fi
 
+python="/usr/bin/python"
 # if no python use bazel to install one
 if [[ "$python" = "" ]] || [ ! -f $python ]; then
   >&2 echo "python prereq missing, using bazel to install python..."