On Sep 28, 2010, at 9:20 PM, Juan Antonio Ibáñez wrote: > Hello! > > I am playing today with TG deployment in some doubts appeared for > me. As told in the doc, I created two virtual enviroments (BASELINE > and other for my app).Why are needed 2 virtual envs? Whick of them is > used to run the app?
I've never heard of this paradigm. Which doesn't say it doesn't exist - but could you point me to the place where you've read that? > > If I build one .egg for the app, which of them must I use to > easy_install this egg packet? Should I copy the source code into the > app virtual env, or it is auto-unpacked? If auto-unpacked, which > routers should I config to reach the source code? EGGs are placed inside the VE and you don't need to do anything else. Diez -- 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.

