From 9585b032b6b9a8ce5f63fc445a1f9ff53bb9c074 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 20 Apr 2021 16:24:48 -0400 Subject: [PATCH] Use 'python2' as default Python 2 command instead of 'python' (#26025) --- third_party/py/python_configure.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/py/python_configure.bzl b/third_party/py/python_configure.bzl index 88fcb1006fb..fa47d89ebc9 100644 --- a/third_party/py/python_configure.bzl +++ b/third_party/py/python_configure.bzl @@ -348,7 +348,7 @@ def _python_autoconf_impl(repository_ctx): repository_ctx, "_python2", _PYTHON2_BIN_PATH, - "python", + "python2", _PYTHON2_LIB_PATH, True )