-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67413/
-----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, Eric Chung,
and Kevin Klues.
Bugs: MESOS-8955
https://issues.apache.org/jira/browse/MESOS-8955
Repository: mesos
Description
-------
These variables will soon be used to build the Python bindings and
the CLI. The goal is to have a clear situation regarding which
version of python is used to build each part of our codebase.
Diffs
-----
configure.ac 03d333d65bcab2e46cff0b1329e5ad7bb26da697
Diff: https://reviews.apache.org/r/67413/diff/1/
Testing
-------
I added two lines after the new code:
```
AC_MSG_NOTICE([$PYTHON_2])
AC_MSG_NOTICE([$PYTHON_3])
```
My machine runs Python 2 when using `python` but `python3` is available. The
result of `configure` was:
```
configure: /usr/bin/python
configure: python3
```
Thanks,
Armand Grillet