Skip to content

Instantly share code, notes, and snippets.

@rossov
Created April 21, 2014 02:16
Show Gist options
  • Save rossov/11130507 to your computer and use it in GitHub Desktop.
Save rossov/11130507 to your computer and use it in GitHub Desktop.
Install CX_Oracle on Maverics
#
# For 64bit
#
export ARCH=x86_64
# Install/Upgrade
env ARCHFLAGS="-arch $ARCH" pip3 install --upgrade cx_Oracle --allow-external cx-Oracle --allow-unverified cx-Oracle
# Check for updates
pip3 list --outdated --allow-external cx-Oracle --allow-unverified cx-Oracle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment