Installed virtualenv, activated it, pip installed flask, and yet, when i try to run a script or see if it recognised, i get command not found.
(project)gabri
I'm using version 0.12.2 and got the same issue.Here is my solution:
python -m flask run FLASK_APP=/path/to/filename.py