Skip to content

Instantly share code, notes, and snippets.

@clayg
Created March 23, 2017 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/7e5c64c3d99d88b9fadeadcf5cdeca43 to your computer and use it in GitHub Desktop.
Save clayg/7e5c64c3d99d88b9fadeadcf5cdeca43 to your computer and use it in GitHub Desktop.
clayg:~$ uname -a
Darwin Clays-MacBook-Pro.local 16.3.0 Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64 x86_64
clayg:~$ python -c "import sqlite3; print sqlite3"
<module 'sqlite3' from '/usr/local/Cellar/python/2.7.12_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/__init__.pyc'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment