Skip to content

Instantly share code, notes, and snippets.

@yimeng
Created August 4, 2018 07:26
Show Gist options
  • Save yimeng/fa072e1727175ea7afddb265763c1f34 to your computer and use it in GitHub Desktop.
Save yimeng/fa072e1727175ea7afddb265763c1f34 to your computer and use it in GitHub Desktop.
python3 sqlite3 macos
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