[gtk-osx: 3/4] Update get-pip url




commit f899bfcb56c33b12b1d823d57851c84d27f9da98
Author: Bo Yao <bo nearprotocol com>
Date:   Mon Mar 1 18:30:51 2021 +0000

    Update get-pip url

 gtk-osx-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index bcea0c8b..bdacd3de 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -98,7 +98,7 @@ PIP=`which pip`
 if test ! -x "`eval echo $PIP`" ; then
     mv=`python --version 2>&1 | cut -b 12-13`
     if test $mv -lt 11 ; then
-        curl https://bootstrap.pypa.io/get-pip.py -o "$DEVPREFIX/get-pip.py"
+        curl https://bootstrap.pypa.io/2.7/get-pip.py -o "$DEVPREFIX/get-pip.py"
         python "$DEVPREFIX/get-pip.py" --user
         rm "$DEVPREFIX/get-pip.py"
     else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]