From 72291c06e8d57b9ef74c626681274d7eb79864f3 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 27 Nov 2019 18:48:02 +0000 Subject: [PATCH] updated python_pip_install.sh --- python_pip_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_pip_install.sh b/python_pip_install.sh index 467d0ded..2a64ce7d 100755 --- a/python_pip_install.sh +++ b/python_pip_install.sh @@ -106,8 +106,8 @@ if [ "$(uname -s)" = "Darwin" ]; then export CFLAGS="${CFLAGS:-} -I$brew_prefix/opt/krb5/include -I $brew_prefix/opt/krb5/include/krb5" export CPPFLAGS="${CPPFLAGS:-} -I$brew_prefix/opt/krb5/include -I $brew_prefix/opt/krb5/include/krb5" - export CPATH="${CPATH:-} $LDFLAGS" - export LIBRARY_PATH="${LIBRARY_PATH:-} $LDFLAGS" + #export CPATH="${CPATH:-}:$brew_prefix/lib" + #export LIBRARY_PATH="${LIBRARY_PATH:-}:$brew_prefix/lib" # need to send OPENSSL_INCLUDE and OPENSSL_LIB through sudo explicitly using prefix envopts="OPENSSL_INCLUDE=$OPENSSL_INCLUDE OPENSSL_LIB=$OPENSSL_LIB" # LDFLAGS=$LDFLAGS CFLAGS=$CFLAGS CPPFLAGS=$CPPFLAGS"