hello i´m using webfaction and this script
that installed web2py a loong time ago.
now i want to use python3.5.9 already available as python3 instead of python 2.7
i read this in the start conf
#!/bin/bash
# Start uwsgi
/home/ramstein74/webapps/new2py/bin/uwsgi --uwsgi-socket "/home/ramstein74/webapps/new2py/uwsgi.sock" --master --workers 1 --max-requests 10000 --harakiri 60 --daemonize /home/ramstein74/logs/user/uwsgi_new2py.log --pidfile /home/ramstein74/webapps/new2py/uwsgi.pid --vacuum --chdir /home/ramstein74/webapps/new2py --python-path /home/ramstein74/webapps/new2py/lib/python2.7 --wsgi-file /home/ramstein74/webapps/new2py/web2py/wsgihandler.py
# Start nginx
/home/ramstein74/webapps/new2py/bin/nginx
changing python2.7 to python3 does not work.
Any ideas would be awesome :)
regards