[ 
https://issues.apache.org/jira/browse/MESOS-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695761#comment-14695761
 ] 

Marco Massenzio commented on MESOS-3149:
----------------------------------------

I've asked a couple of colleagues at Mesosphere who are familiar with Python to 
also review the patch, and we all seem to agree that the changes are fine.
We will be committing this patch soon.

> Use setuptools to install python cli package
> --------------------------------------------
>
>                 Key: MESOS-3149
>                 URL: https://issues.apache.org/jira/browse/MESOS-3149
>             Project: Mesos
>          Issue Type: Task
>            Reporter: haosdent
>            Assignee: haosdent
>
> mesos-ps/mesos-cat which depends on src/cli/python/mesos could not work in 
> OSX because "src/cli/python" is not installed to sys.path. It's time to 
> finish this TODO.
>  
> {code}
> # Add 'src/cli/python' to PYTHONPATH.
> # TODO(benh): Remove this if/when we install the 'mesos' module via
> # PIP and setuptools.
> PYTHONPATH=@abs_top_srcdir@/src/cli/python:${PYTHONPATH}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to