On Tue, May 12, 2009 at 11:18 AM, Walter Cruz <[email protected]> wrote: > What about http://www.doughellmann.com/projects/virtualenvwrapper/ ?
Yes, I like virtualenvwrapper. It basically does what people with multiple virtualenvs do anyway (put them all under one directory). And it provides convenience commands to create, activate, and cd into a virtualenv by name rather than having to type the full path. It's based on Bash though so it only works on Unix and Mac. I prefer one-word lowercase names for my virtualenvs. Normally I make one for each project, unless I know that multiple projects can share the same library versions. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
