Forums

Flask 0.10.1 for 2.7

Hello,

Do you plan on making Flask 0.10.1 for Python 2.7 available through the 'Web' --> 'Add a new app' portion? Currently only has 0.9 available. Thanks!

Hi there,

For web apps, whether it's flask or any other module, if you want to use a different version from the one we have installed on the system, the solution is to use a virtualenv. Here's a guide (using the example of Django, but you can apply it to flask):

https://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango