Andreas Jung wrote: > > > --On 15. September 2007 11:09:44 -0500 Ian Bicking <[EMAIL PROTECTED]> > wrote: > >> Hi all. I'm kind of giving up on workingenv, and have started working >> from virtual-python as a basis instead >> (http://pypi.python.org/pypi/virtualenv/). >> > > I tried virtualenv - however the python in the new environment contains > all eggs in sys.path that are installed for the original Python > interpreter. > > Bug or feature?
You have to use --no-site-packages to avoid that. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
