You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used homebrew to install/upgrade sqlite3 (the database, not the python library), and I want to build a Python 3 using the newer sqlite3 by homebrew instead of the system wide version by OS X.
where /usr/local/opt and /usr/local/include are the directories where homebrew symlinks the libraries, headers and so on. But it didn't work. The linked sqlite3 linked by Python 3.4.3 is still the older version that comes with OS X.