summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-11-09 14:05:24 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-11-09 14:05:24 -0300
commita85b4907b1b3a85577a332199c2bfed42be8ac60 (patch)
tree34cbfd8408663500f12ef042f033c5d22c527cb2 /install-pixelated.sh
parentab634fe7a51ee5e943154f0fc47ba8c455f95f70 (diff)
pip also needs upgrade on install script
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh2
1 files changed, 1 insertions, 1 deletions
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