I just started learning flask and I am stuck at setting up the Flask environment variables. I don\'t know how to setup the environment variables. Whenever I use the flask
flask
Windows PowerShell
set FLASK_APP=hello.py $env:FLASK_APP = "hello.py" flask run