I\'ve written a library in python and I want it to reside in a common location on the file system.
From my script, I just want to do:
>>> im
The PYTHONPATH environment variable will do it.