From 01e94cab15fab2c76ceeb52d38d1e43da7203ac0 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 10 Apr 2020 21:44:23 +0100 Subject: [PATCH] updated python.sh --- lib/python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/python.sh b/lib/python.sh index fee59256..918925f3 100755 --- a/lib/python.sh +++ b/lib/python.sh @@ -48,7 +48,8 @@ fi if is_mac; then if ! type -P "$pip" &>/dev/null; then - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py + echo "pip not installed, trying to install manually..." + curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py fi fi