How to insert my own module in front of site eggs?

Duncan Booth duncan.booth at invalid.invalid
Thu Nov 17 10:04:49 EST 2011


Roy Smith <roy at panix.com> wrote:

> In some cases, I own the machine and can make changes to /usr/local/lib 
> if I want to.  But what about on a shared machine?  I don't want to (or 
> perhaps can't) play with what's in /usr/local/lib just to make my stuff 
> load first.
> 

Have you considered running your code in a virtualenv?
http://pypi.python.org/pypi/virtualenv

-- 
Duncan Booth http://kupuguy.blogspot.com



More information about the Python-list mailing list