Skip to content

Instantly share code, notes, and snippets.

@rafaelreuber
Created May 8, 2019 20:01
Show Gist options
  • Save rafaelreuber/a35d5c67e59f67565576bb1189e32220 to your computer and use it in GitHub Desktop.
Save rafaelreuber/a35d5c67e59f67565576bb1189e32220 to your computer and use it in GitHub Desktop.
wget https://github.com/oracle/python-cx_Oracle/archive/master.zip
unzip master.zip
cd python-cx_Oracle-master
wget https://github.com/oracle/odpi/archive/master.zip
unzip master.zip
rm -rf odpi
mv -i odpi-master odpi
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment