(pip doesn't find it in PyPi), so I set up the pip requirement with the
path to the .tar.gz with the source:
$ http://pysvn.barrys-emacs.org/source_kits/pysvn-1.7.5.tar.gz
If you are using a virtualenv, you'll need to create a symlink. Something like this:
$ ln -s /Library/Python/2.6/site-packages/pysvn/Check it worked:/lib/python2.6/site-packages/pysvn
(Env)MacBookPro:viaadmin matias$ python
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysvn
>>> pysvn.version
(1, 7, 5, 1360)
No hay comentarios:
Publicar un comentario