-1

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?

1

davidism
  • 121,510
  • 29
  • 395
  • 339

1 Answers1

1

If you can, try to delete the venv folder and recreate the venv.

Maybe try moving the folder to a shorter path (absolute), or moving it to a path without spaces (absolute).

Also: Can't install via pip with Virtualenv

KetZoomer
  • 2,701
  • 3
  • 15
  • 43