updated python.sh

pull/2/head
Hari Sekhon 5 years ago
parent 20089bc51f
commit 01e94cab15

@ -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

Loading…
Cancel
Save