[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: dest for 'make install-swig-py'

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-02-24 23:16:09 CET

>
>
>What's the right solution here? Should the bindings be installed in
>/usr/local/lib/pythonX.Y/site-packages/, or should Python somehow be
>told to look in /usr/local0/lib/svn-python/ for modules to import? Or
>is there a third answer?
>
>
And don't forget if you want the python bindings in
/usr/lib/pythonX.Y/site-packages and subversion in /usr/local.

Currently, I've modified all my scripts that use svn to do the following

import sys
sys.path += [''/usr/local/lib/svn-python", "/usr/lib/svn-python",
"~/svn-python"]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 23:15:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.