updated python_pip_install.sh

pull/2/head
Hari Sekhon 5 years ago
parent 49d0f6e249
commit f8cacc9aab

@ -114,7 +114,8 @@ if [ "$(uname -s)" = "Darwin" ]; then
fi
# avoids Mac's System Integrity Protection built in to OS X El Capitan and later
user_opt
elif [ -n "${PYTHON_USER_INSTALL:-}" ]; then
elif [ -n "${PYTHON_USER_INSTALL:-}" ] ||
[ -n "${GOOGLE_CLOUD_SHELL:-}" ]; then
user_opt
fi

Loading…
Cancel
Save