I just bought a new MBP
I\'ve read online Sqlite3 already exists on OSX.
I\'ve downloaded mac ports (and installed it) as well as the bin file for sqlite3 fr
To install the sqlite gem the binary won't be enough afaik. You'll need the amalgamation tarball from the sqlite website or install it via ports:
sudo port install sqlite3