CommandError: You appear not to have the 'sqlite3' program installed or on your path
If you run it in the linux, pls install sqlite3 cli firstly
sudo apt-get install sqlite3 libsqlite3-dev
After you add the directory to your PATH
, close and reopen Command Prompt. This will make the changes to PATH
available to your current Command Prompt session.