Skip to content

Instantly share code, notes, and snippets.

@lsloan
Last active March 23, 2016 18:32
Show Gist options
  • Save lsloan/6ccf19c5051ce8d044bb to your computer and use it in GitHub Desktop.
Save lsloan/6ccf19c5051ce8d044bb to your computer and use it in GitHub Desktop.
A few notes about installing cx_Oracle for Python under OS X

Info about installing cx_Oracle under OS X can be found at: https://gist.github.com/thom-nic/6011715

cx_Oracle must be installed because it doesn't come pre-installed with Python. Don't use pip! Instead of using pip, following the directions located here: http://joelvasallo.com/?p=276

When the instructions from the above link have been followed and completed, it is possible that you can update the cx_Oracle module with pip

sudo pip install --upgrade cx_Oracle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment