[ 
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:22 PM:
------------------------------------------------------------------

Something akin to this : 

export PYTHONPATH=$PYTHONPATH:$prefix$python_sitearch
mkdir -p $prefix$python_sitearch
python src/python/setup.py install --prefix=$prefix$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)

Reply via email to