Hi,
I've recently updated from python 3.5 to python 3.6. So i have 2 virtual environments, one for each version, and switched the webapp over no problem (selecting the new virtual env and the associated python version). Now i'm trying to use a package that requires python3.6.10. How do I make this update? Can I update my existing virtual env? Or do i need to create a new virtual environments can i just specify "mkvirtualenv myvirtualenv --python=/usr/bin/python3.6.10"? And another thing, on the web tab under Code, Python Version, i only have options up to 3.6. Is is possible to add 3.7 and 3.8?
Thanks, Eric