duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: [Duplicityqtalk] First full backup has no error


From: Benjamin Montgomery
Subject: Re: [Duplicity-talk] Re: [Duplicityqtalk] First full backup has no errors, but --verify does
Date: Tue, 18 Dec 2007 19:46:20 -0600

On Tue, 2007-12-18 at 11:05 -0600, Kenneth Loafman wrote:
> If you go that route, you need to do a bit more or you won't be able to
> find the Python files.
> 
> $ python setup.py install --prefix=/usr/local
> $ export PYTHONPATH='/usr/local/lib/python2.x/site-packages/'
> 
> Then check that you're running the correct version.
> $ /usr/local/bin/duplicity -V

That should already be in the PYTHONPATH for Ubuntu.  It is default for
my dapper and gutsy boxes.

You can check by running the following in the python interpreter:

>>> import sys
>>> sys.path

and looking for /usr/local/lib/python2.X/site-packages (X being the
version of python you have installed).  But, it can't hurt to add the
PYTHONPATH line to your scripts anyway.

Ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]