Use 'python2' as default Python 2 command instead of 'python' (#26025)

This commit is contained in:
Richard Belleville 2021-04-20 16:24:48 -04:00 committed by GitHub
parent 082da35e38
commit 9585b032b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ def _python_autoconf_impl(repository_ctx):
repository_ctx,
"_python2",
_PYTHON2_BIN_PATH,
"python",
"python2",
_PYTHON2_LIB_PATH,
True
)