[Xapian-discuss] How to install xapian-bindings using a	specific version of python
    James Aylett 
    james-xapian at tartarus.org
       
    Fri Jan 23 11:51:22 GMT 2009
    
    
  
On Fri, Jan 23, 2009 at 11:41:42AM +0000, Olivier Lauret wrote:
> Would anyone have an idea how I could install xapian-bindings using a
> specific version of python (in my case 2.5)?
Try setting the PYTHON environment variable when you configure the
xapian-bindings package. eg:
$ PYTHON=/usr/bin/python2.5 ./configure [other options]
I believe that's all you should need to do, as (at least in theory)
configure will pick up all the specific paths from there.
J
-- 
  James Aylett
  talktorex.co.uk - xapian.org - uncertaintydivision.org
    
    
More information about the Xapian-discuss
mailing list