I've got pip
installed, I've got flask
installed. I've even managed to deploy the thing to Heroku and it's been working great.
Today, I wanted to run the dev server and suddenly, the command flask run
can't be found. I must have made some changes to it but I'm thrown how I can see both pip
and flask
, yet it seems to not exists when I run the commands.
Does anything look broken here?