On Aug 21, 5:02 am, Olaf Meeuwissen <[EMAIL PROTECTED]> wrote:
> Is there an easy way to install the Subversion SWIG bindings in a > virtualenv, or two? Install the Subversion bindings against your correct main Python as usual, and in each virtualenv sitepackages derived from this Python add a .pth file that points to location of svn libraries. Like, $ echo "/opt/local/lib/svn-python2.4" > /path/to/my/virutalenv/lib/ python2.4/site-packages/svn-python.pth (My /opt/local/lib/svn-python2.4 contains the directories 'svn' and 'libsvn') :::simon https://www.coderesort.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
