yes and no. You use virtualenv to have different applications see different sets of applications to that you can test a module without affecting other app. The way web2py is installed, it will never break anything else you have installed and web2py apps will not interfere with each other. You may still want to use virtualenv in case you need to install additional modules to make them available to web2py but not to other non-web2py apps.
On Friday, 11 December 2015 12:03:34 UTC-6, Monte Milanuk wrote: > > So... attempting (again) to dabble in web2py. I've been thru a few > tutorials on other frameworks (bottle, Flask, Django), and now a few things > (function decorators, etc.) in the web2py manual make more sense now. Yay! > > Anyway, on to the question(s) at hand. I'm probably getting *way* ahead > of myself here... but I am curious... most tutorials on other platforms > focus almost as much on setting up and using virtualenvs and git as they do > on using the framework in question. Given the way web2py is laid out (to > my admittedly limited understanding), is there really a point to having > multiple virtualenvs with multiple installs of web2py, each for one project > / application, or would it make more sense to just have one main virtualenv > containing a web2py install, and manage each individual application > directory separately with git. > > In case it matters, I'm mainly referring to what you'd recommend for a > newbie working on their own small projects. If you use a different work > flow or layout for larger scale or web2py development work, I'd still be > interested in hearing how you do things! > > Thanks, > > Monte > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

