Problem with environment variables and cx_Oracle
Zvezdan Petkovic
zvezdan at zope.com
Tue Feb 24 19:28:43 EST 2009
On Feb 24, 2009, at 4:34 PM, Brandon Taylor wrote:
> Here's my setup: OS X (10.5.6 - Intel), Oracle Instant Clinet 10_2,
> Python 2.6.1, Django trunk
OS X is an important detail here.
> In my .bash_profile, I have ORACLE_HOME and LD_LIBRARY_PATH specified
> as:
>
> ORACLE_HOME="$HOME/Library/Oracle/instantclient_10_2"
> export ORACLE_HOME
>
> LD_LIBRARY_PATH=$ORACLE_HOME
> export LD_LIBRARY_PATH
Shouldn't this be DYLD_LIBRARY_PATH for Mac?
More information about the Python-list
mailing list