updated python_pip_install.sh

pull/2/head
Hari Sekhon 5 years ago
parent 1b52566af8
commit f6ec1ba090

@ -85,6 +85,7 @@ user_opt(){
envopts="" envopts=""
export LDFLAGS="" export LDFLAGS=""
if [ "$(uname -s)" = "Darwin" ]; then if [ "$(uname -s)" = "Darwin" ]; then
# setting these caused compile errors failing to find stdio.h when pip installing requests-kerberos
# if type -P brew &>/dev/null; then # if type -P brew &>/dev/null; then
# # usually /usr/local # # usually /usr/local
# brew_prefix="$(brew --prefix)" # brew_prefix="$(brew --prefix)"

Loading…
Cancel
Save