aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py')
-rw-r--r--third_party/py/python_configure.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/py/python_configure.bzl b/third_party/py/python_configure.bzl
index 0c98d5d134..3c7e5c8469 100644
--- a/third_party/py/python_configure.bzl
+++ b/third_party/py/python_configure.bzl
@@ -311,6 +311,7 @@ def _python_autoconf_impl(repository_ctx):
python_configure = repository_rule(
implementation = _python_autoconf_impl,
environ = [
+ _BAZEL_SH,
_PYTHON_BIN_PATH,
_PYTHON_LIB_PATH,
_TF_PYTHON_CONFIG_REPO,