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

pull/26011/head
Richard Belleville 4 years ago committed by GitHub
parent 082da35e38
commit 9585b032b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      third_party/py/python_configure.bzl

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

Loading…
Cancel
Save