How To Setup Oracle With Python

This post is going to be very short post because if you follow everything in my previous post on how to setup Oracle for OS X then there is only one thing left to do.

pip install cx_Oracle

Issues I ran in to

  • I downloaded the 32-bit version instead of the 64-bit version
  • I didn’t place the brew lib path infront of my PATH enviroment variable

Otherwise, this was pretty easy. Which I’m really happy about because it wasn’t always so clear how to get this done.

There’s a slightly more complicated setup for my new favorite language Golang