Created
April 21, 2014 02:16
-
-
Save rossov/11130507 to your computer and use it in GitHub Desktop.
Install CX_Oracle on Maverics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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