[
https://issues.apache.org/jira/browse/MESOS-8955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532830#comment-16532830
]
Kevin Klues edited comment on MESOS-8955 at 7/4/18 2:32 PM:
------------------------------------------------------------
{noformat}
commit bf69856f241590b652485e012580dbbdb5e11674
Author: Armand Grillet <[email protected]>
Date: Wed Jul 4 16:06:36 2018 +0200
Updated configure.ac and Makefile.am to use `$PYTHON` not `python`.
This ensures that we use Python 2 even if the default Python
installed in the path under `python` is Python 3.
Previously, even when explicitly setting PYTHON_VERSION or PYTHON to a
version of Python 2.6+, configuration would succeed, but compilation
would fail. This commit fixes that.
Review: https://reviews.apache.org/r/67487/
{noformat}
was (Author: klueska):
{noformat}
commit bf69856f241590b652485e012580dbbdb5e11674 (HEAD -> master,
upstream/master)
Author: Armand Grillet <[email protected]>
Date: Wed Jul 4 16:06:36 2018 +0200
Updated configure.ac and Makefile.am to use `$PYTHON` not `python`.
This ensures that we use Python 2 even if the default Python
installed in the path under `python` is Python 3.
Previously, even when explicitly setting PYTHON_VERSION or PYTHON to a
version of Python 2.6+, configuration would succeed, but compilation
would fail. This commit fixes that.
Review: https://reviews.apache.org/r/67487/
{noformat}
> Manage Python2 and 3 in build steps
> -----------------------------------
>
> Key: MESOS-8955
> URL: https://issues.apache.org/jira/browse/MESOS-8955
> Project: Mesos
> Issue Type: Improvement
> Reporter: Armand Grillet
> Assignee: Armand Grillet
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)