when I check version of sqlite in Mac OS terminal,
which sqlite3
It says
/usr/bin/sqlite3
But When I try to upgrade it via MacPorts:
sudo port upgrade sqlite3
Password:
Error: sqlite3 is not installed
I installed MacPorts and I also tried:
sudo port install sqlite3
But it says:
Error: Port sqlite3 not found
I don't know what should I do to upgrade sqlite3 via MacPorts (or without it). Please guide me.
P.S.: I tried different combinations of commands in MacPorts interactive shell but I found no way to upgrade it.