我一直在从 udemy 学习 python。我将开始用 flask 做一些事情。我正在使用 visual studio code 程序。
from flask import Flask
app=Flask(__name__)
if __name__=="__main__":
app.run(debug=True)
我已经编写了这个并在终端中工作。我可以做我的老师做的任何事情。但是我在终端中遇到了老师没有遇到的问题。终端中有红色句子和警告。实际上它不会阻止工作,但我担心这会成为问题。我该如何解决这个问题?
NOTE=warning is Do not use the development server in a production environment.
和
conda : The term 'conda' is not recognized as the name of a cmdlet, f
unction, 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
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], Com
mandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException