In article <[email protected]>, Duncan Booth <[email protected]> wrote:
> Roy Smith <[email protected]> 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 I do that for some projects. In fact, I suspect I will do that for all furture projects that I start from scratch. For this particular one, there's a lot of stuff already installed in the system that I need. -- http://mail.python.org/mailman/listinfo/python-list
