From e6c846918071d210a7769f378c4691e4f28997d8 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 11 Nov 2015 10:21:20 +0100 Subject: install pip before setuptools pip is used to install setuptools. So use latest pip to install latest setuptools --- install-pixelated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 522ac980..35b77fa5 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -104,8 +104,8 @@ rm -rf "$VIRTUALENV_PATH" virtualenv "$VIRTUALENV_PATH" source "$VIRTUALENV_PATH/bin/activate" # they can't be on the same command because it breaks pip upgrade -pip install --upgrade setuptools pip install --upgrade pip +pip install --upgrade setuptools ./go setup --always-unzip pip uninstall -y enum34 && pip install enum34 pip uninstall -y pysqlcipher && pip install pysqlcipher # this is needed so pysqlcipher gets recompiled with the right version of glibc -- cgit v1.2.3