How to change the gunicorn/nginx to use python3 instead of python2 (django template)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I mean, I need gunicorn to use python3
Greetings!
Great question. If the one-click image doesn’t provide you with the versions you need, it may make more sense to build a new stack on top of a blank slate (a droplet using a base OS image). We have a tutorial here for setting up Django on Ubuntu 18 that may help:
https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-18-04
Jarland