Forums

Upgrading my account to python 3.8

please update my account to python 3.8 i'm not able to run my web app

Your account already supports Python 3.8, and your website is correctly set up to use it. What specific problems are you having?

This virtualenv seems to have the wrong Python version (3.6 instead of 3.8).

(django3) 10:46 ~/django_projects/mysite $ python Python 3.6.9 (default, Nov 14 2019, 22:23:38) [GCC 5.4.0 20160609] on linux

you need to create a correct virtual environment with python 3.8 and point your web app to it