> Oh, this is the same as the per-user install directory? 
> http://www.python.org/dev/peps/pep-0370/
>
> I thought there could be only one site-packages per user, not multiple
> ones per application.

yes, that's the feature, $PYTHONUSERBASE controls which environment
you are using, so you can have as many as you want (the *user* as such
doesn't matter any).

I've been using it for some time, and looks good to me, haven't seen
any problems.

It's much cleaner too.. no copies of anything (neither the
interpreter, neither the other modules that virtualenv copies or
links), no hacks in some other modules.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to