Forums

changing python version

Hi,

I see a dropdown to select the version of Python in the Web Tab. My app is Python 2.7 at the moment. If I change that to 3.5, how is it going to affect the virtualenv or anything that I created with 2.7?

It will not change anything that you've created. You'll need to re-create the virtualenv for the Python version that you want to use and you may need to change some of the code to work in the new Python version.