Created
August 4, 2018 07:26
-
-
Save yimeng/fa072e1727175ea7afddb265763c1f34 to your computer and use it in GitHub Desktop.
python3 sqlite3 macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export LDFLAGS="-L/usr/local/opt/sqlite/lib" | |
| export CPPFLAGS="-I/usr/local/opt/sqlite/include" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment