Hello to all. I have a web2py with several apps on a production server behind Apache accessed via wsgihandler. So far, all the apps have been developed for python2.
To support python3 apps (preferred for new projects), I set-up a separate web2py directory and adjusted the Apache configs respectively. The question is - how to set this new web2py instance to run on python3? For compatibility reasons, /usr/bin/env python still translates to python 2 interpreter. Do I have to change all the #!/usr/bin/env python lines in web2py sources to point to python3 instead? Or where else can I specify the python version? Thank you very much for an answer in advance! David -- 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 web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/633956c2-9522-4d56-9bf0-7ec9a467881c%40googlegroups.com.