I found this Stack Overflow question explaining that Flask 0.10 does not have the flask
command. How should I initialize the database for Flask-Migrate?
I discovered this issue when following the documentation for Flask-Migrate. After installing the package and adding the configuration, the init db
would not run.
(env) $ flask init db
-bash: flask: command not found