I installed Python 3.6.5 on Windows 10. I see that there is a sqlite3 folder in ...\Python\Python36\Lib directory. I added Python PATH to environment variable. However, I can't run the command "sqlite3" from Powershell nor Git Bash. It would say "command not found". What did I do wrong?
Python's sqlite library probably is installed. Try: import sqlite3
in the Python shell.
If you want to be able to use sqlite's CLI program, you need to install it.
Download here. Use the Windows version obviously.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With