Env. Variables not set while running Minimal Flask application

前端 未结 19 2046

I am trying to follow the flask documentation on my windows machine given at the following link: http://flask.pocoo.org/docs/0.11/quickstart/#debug-mode

Firstly I wrote

19条回答
  •  终归单人心
    2021-01-30 03:55

    I was having the same problem, but the following command worked for me in PowerShell:

    python -m flask run
    

提交回复
热议问题