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
You need to upgrade flask Use the following command on the terminal in your virtual environment
pip install --upgrade Flask