Use 'python2' as default Python 2 command instead of 'python' (#26025)
This commit is contained in:
parent
082da35e38
commit
9585b032b6
|
|
@ -348,7 +348,7 @@ def _python_autoconf_impl(repository_ctx):
|
|||
repository_ctx,
|
||||
"_python2",
|
||||
_PYTHON2_BIN_PATH,
|
||||
"python",
|
||||
"python2",
|
||||
_PYTHON2_LIB_PATH,
|
||||
True
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue