新手刚学 Flask,在 pycharm 下敲代码,现在到 E-mail 章无法运行?

2017-01-27 00:54:04 +08:00
 Flands
D:\Python 3.6\lib\site-packages\flask_sqlalchemy\__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future.  Set it to True to suppress this warning.
  warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future.  Set it to True to suppress this warning.')
usage: hello.py [-?] {shell,db,runserver} ...

positional arguments:
  {shell,db,runserver}
    shell               Runs a Python shell inside Flask application context.
    db                  Perform database migrations
    runserver           Runs the Flask development server i.e. app.run()

optional arguments:
  -?, --help            show this help message and exit

Process finished with exit code 2

有提到需要设置环境变量,但是在 mintty 下设置也报错 无论是

export MAIL_USERNAME=<mail username>或者 set MAIL_USERNAME=<mail username>

报错

bash: syntax error near unexpected tokennewline

我看书是不是漏了啥?

环境变量的设置有没有办法建立临时的?不更改 windows 系统的全局环境变量? 谢谢各位帮助,祝大家新年快乐!

4525 次点击
所在节点   Flash
2 条回复
4cat
2017-01-27 11:23:46 +08:00
我没用过 mintty ,你是不是 export MAIL_USERNAME=<mail username> 把括号也带上了?
只是为了调试的话直接写入 config 文件里面不行么?
Flands
2017-01-27 17:21:21 +08:00
@4cat 我擦嘞,为啥还有这问题的,还以为是需要用的括号。。
感谢,已发铜币

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/337092

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX