How can I see which sqlite3
binary (containing the SQLite relational database management system) does the sqlite3
Python module use on Ubuntu 16.04?
I unsuccessfully looked at /usr/lib/python3.7/sqlite3
and https://docs.python.org/3/library/sqlite3.html. I use Python 3.7.
The output of
python -c "import sqlite3; print(sqlite3.__file__)"
is /usr/lib/python3.7/sqlite3/__init__.py