码迷,mamicode.com
首页 > 数据库 > 详细

Mac 安装flask-sqlacodegen后使用提示 -bash: flask-sqlacodegen: command not found

时间:2020-05-24 16:39:14      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:pip   models   命令   framework   pychar   not found   lib   提示   运行   

通过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

标签:pip   models   命令   framework   pychar   not found   lib   提示   运行   

原文地址:https://www.cnblogs.com/menglx/p/12951314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!