I installed web2py in my production environment for an old project.
How can I completely remove it now that I don’t need it anymore?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You did not install web2py because web2py has no installation (except for pip release this week). It just runs from the folder where you put it. Just delete that folder.
If you use the web2py-setup-ubuntu.sh script than web2py is in /home/www-data/web2py
If you used the new “pip install web2py” just do “pip uninstall web2py”