Add #! / usr / bin / env python to the first line of the file
#! / usr / bin / env python
Change file permissions to 644.
Run the application with flask run
flask run
https://github.com/pallets/flask/issues/3189 https://github.com/pallets/werkzeug/issues/1482
Recommended Posts