From a85b4907b1b3a85577a332199c2bfed42be8ac60 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 9 Nov 2015 14:05:24 -0300 Subject: pip also needs upgrade on install script --- 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 8f323352..2823e56d 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -103,7 +103,7 @@ cd ../service rm -rf "$VIRTUALENV_PATH" virtualenv "$VIRTUALENV_PATH" source "$VIRTUALENV_PATH/bin/activate" -pip install --upgrade setuptools +pip install --upgrade setuptools 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