Yes I'm using this way to run both py2 and py3 on the same machine Have 2 folders, one for py2 and one for py3.
python2 ...path to py2 folder/web2py.py ...and do the same for py3. Works! On Tuesday, May 8, 2018 at 8:11:37 AM UTC+8, 黄祥 wrote: > > plan to test web2py both python2 and python3 in 1 machine, any idea how to > do that in the safety way? > already googling found this: > > brew update > brew install python > brew install python3 > > any thought or comment? > > thx and best regards, > stifan > -- 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.

