Python Forum
A trouble with VS Code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A trouble with VS Code
#24
from flask import Flask

app = Flask(__name__)

@app.route('/')
def hello_world():
    return "Hello, World!"
form VS Code terminal I'm trying to give this command:
export FLASK_APP = minimal.py
but I get:
Error:
export : The term 'export' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + export FLASK_APP = minimal.py + ~~~~~~ + CategoryInfo : ObjectNotFound: (export:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
What am I doing wrong? Maybe this is for mac and should use windows command?

I tried with set FLASK_APP=minimal.py but:
Error:
Set-Variable : A positional parameter cannot be found that accepts argument 'minimal.py'. At line:1 char:1 + set FLASK_APP = minimal.py + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Set-Variable], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetVariableCommand
Reply


Messages In This Thread
A trouble with VS Code - by Truman - Sep-01-2019, 11:41 PM
RE: A trouble with VS Code - by Larz60+ - Sep-02-2019, 04:23 AM
RE: A trouble with VS Code - by Truman - Sep-02-2019, 03:36 PM
RE: A trouble with VS Code - by Truman - Sep-03-2019, 08:02 PM
RE: A trouble with VS Code - by Larz60+ - Sep-04-2019, 10:24 PM
RE: A trouble with VS Code - by Truman - Sep-04-2019, 11:14 PM
RE: A trouble with VS Code - by Larz60+ - Sep-05-2019, 03:36 AM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 12:02 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 12:31 PM
RE: A trouble with VS Code - by perfringo - Sep-05-2019, 12:48 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 02:11 PM
RE: A trouble with VS Code - by Larz60+ - Sep-05-2019, 02:13 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 02:53 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 04:02 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 04:52 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 05:21 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 05:27 PM
RE: A trouble with VS Code - by adt - Sep-08-2019, 03:58 PM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 05:40 AM
RE: A trouble with VS Code - by adt - Sep-09-2019, 08:34 AM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 12:22 PM
RE: A trouble with VS Code - by adt - Sep-09-2019, 04:03 PM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 09:50 PM
RE: A trouble with VS Code - by Truman - Sep-21-2019, 10:05 PM
RE: A trouble with VS Code - by Truman - Sep-25-2019, 10:23 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020