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 had to activate again the virtualenv
. venv/bin/activate
This worked for me