You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2014/01/13 20:20:57 UTC

[jira] [Comment Edited] (MESOS-899) make install does not install python libraries

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

Timothy St. Clair edited comment on MESOS-899 at 1/13/14 7:20 PM:
------------------------------------------------------------------

Something akin to this : 

export PYTHONPATH=${PYTHONPATH}:%{buildroot}%{python_sitearch}

mkdir -p %{buildroot}%{python_sitearch}

python src/python/setup.py install --prefix=%{buildroot}%{python_sitearch}

but I'm uncertain that it contains everything you want. 


was (Author: tstclair):
Something akin to this : 

export PYTHONPATH=${PYTHONPATH}:%{buildroot}%{python_sitearch}
mkdir -p %{buildroot}%{python_sitearch}
python src/python/setup.py install --prefix=%{buildroot}%{python_sitearch}

but I'm uncertain that it contains everything you want. 

> make install does not install python libraries
> ----------------------------------------------
>
>                 Key: MESOS-899
>                 URL: https://issues.apache.org/jira/browse/MESOS-899
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Benjamin Mahler
>             Fix For: 0.17.0
>
>
> 'make install' does not currently install the python libraries.
> Would love to hear how to do this idiomatically, we could add an install hook to run easy_install or python setup.py install, with the correct installation prefix.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)