On Dec 1, 12:17 pm, Kuba Kucharski <[email protected]> wrote: > http://www.web2pyslices.com/main/slices/take_slice/29
This slice refers to an older version of this shell script; that file has been renamed, and updated. I've added a comment to that slice with the path to the correct file. Secondly: This script does many gratuitous package installations, has side effects which you may not want, or which may affect your Ubuntu installation - read through this EXAMPLE script carefully, and select what you want. Finally: TO simply "install" a version of web2py on Ubuntu (or other current Linux releases), in the same manner which the "executables" are packaged for development and testing on Windows and Mac, all you need is MUCH simpler: curl -O http://www.web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip cd web2py; python web2py.py -a 'some_password' - Yarko > > -- > Kuba -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

