Mac 安装flask-sqlacodegen后使用提示 -bash: flask-sqlacodegen: command not found
Posted 小白进阶笔记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装flask-sqlacodegen后使用提示 -bash: flask-sqlacodegen: command not found相关的知识,希望对你有一定的参考价值。
通过pip install flask-sqlacodegen后使用命令:flask-sqlacodegen "mysql://root:123456@IP:3306/movie_cat" --tables user --outfile "/Users/user/PycharmProjects/flask.study/common/models/user.py" --flask
提示:-bash: flask-sqlacodegen: command not found
查看flask-sqlacodegen安装目录为:
/Library/Frameworks/Python.framework/Versions/3.6/bin
进入到次目录下运行:./flask-sqlacodegen "mysql://root:123456@IP:3306/movie_cat" --tables user --outfile "/Users/user/PycharmProjects/flask.study/common/models/user.py" --flask
运行正常
以上是关于Mac 安装flask-sqlacodegen后使用提示 -bash: flask-sqlacodegen: command not found的主要内容,如果未能解决你的问题,请参考以下文章