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
# Build Python 3.5 conda package for cx_oracle 5.2.1 on Linux | |
# Currently(2016-07-09) only cx_oracle-5.1.2-py27 is avalible in the conda repository. | |
# | |
# Based on http://conda.pydata.org/docs/build_tutorials/pkgs.html | |
# | |
# Build environment: Ubuntu 16.04 with Anaconda3-4.1.1-Linux-x86_64 installed in $HOME/anaconda3 | |
# | |
# Download from http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html | |
# - instantclient-basic-linux.x64-12.1.0.2.0.zip | |
# - instantclient-sdk-linux.x64-12.1.0.2.0.zip |