On Wed, Apr 22, 2009 at 9:47 AM, Kirk Strauser <[email protected]> wrote: > > I understand the point behind suggesting that users install TG2 in a > virtualenv, but is it *always* necessary? I'm installing TG2 in a FreeBSD > jail that's built specifically to run a TG2 webapp and absolutely *nothing* > else. Assuming I ensure that all dependencies are up to date, can't I call > that good enough?
I actually have both. I got a VM for my development and one venv for each application. Ones you have more than one app (with potentially different and potentially conflicting! dependencies) you will find the need for venv. > -- > Kirk Strauser > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

