Lino Website

Documentation · Installation

Add Lino to your Python path

Basically you just add the src directory of your local copy (e.g. /mnt/snapshots/lino/src or c:\snapshot\lino\lino\src) to your computer's Python path.

Warning : don't run the file setup.py as usual. It doesn't work. Simply because the following procedure is so easy that I didn't need to get the setup.py running.

For most Windows users it will be easiest to define an environment variable PYTHONPATH with the value C:\snapshots\lino\src (if your local copy is in c:\snapshots\lino).

On a Debian system you can create a file /usr/lib/site-python/sitecustomize.py containing the following:

import site
site.addsitedir("/mnt/snapshots/lino/src")

Or you just set the PYTHONPATH environment variable to /mnt/snapshots/lino/src.

Copyright 2001-2007 Luc Saffre.
http://lino.saffre-rumma.ee
Generated 2007-06-07 16:23:32