luke How to point your migrated django app from Webfaction to your installed python3.5 and not the default python3.6
sean The instructions at HOWTO install a newer (or older) version of Python include the following steps: In either case, if you're using our uwsgi installer you'll need to replace the installed env virtualenv directory with a new one created with your self-installed Python and then install uwsgi and whatever other packages you need into that, eg: cd ~/apps/appname mv env env.old ~/opt/bin/python3.9 -m venv env source env/bin/activate pip install uwsgi django