From 63c1517c0ea4045aeccac270e1818ba754cffd65 Mon Sep 17 00:00:00 2001 From: Reinaldo de Souza Jr Date: Tue, 10 Nov 2015 18:16:56 -0200 Subject: Split pip and setuptools upgrade Fixes #518 --- install-pixelated.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 2823e56d..522ac980 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -103,7 +103,9 @@ cd ../service rm -rf "$VIRTUALENV_PATH" virtualenv "$VIRTUALENV_PATH" source "$VIRTUALENV_PATH/bin/activate" -pip install --upgrade setuptools pip +# they can't be on the same command because it breaks pip upgrade +pip install --upgrade setuptools +pip install --upgrade pip ./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