From 9455d7e338b93517bfd00903cb286e79b2023244 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 12 Feb 2015 11:30:22 -0200 Subject: #272 upgrade setuptools before installing dependencies on install-pixelated, otherwise on a wheezy box errors will happen when installing dependencies --- install-pixelated.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 934f6543..55fcc172 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -99,9 +99,8 @@ cd ../service rm -rf "$VIRTUALENV_PATH" virtualenv "$VIRTUALENV_PATH" source "$VIRTUALENV_PATH/bin/activate" +pip install --upgrade setuptools ./go setup --always-unzip -# see https://github.com/pixelated-project/pixelated-user-agent/issues/225#issuecomment-70651268 -# for details why we need to reinstall enum34 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