diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-11-09 14:05:24 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-11-09 14:05:24 -0300 |
commit | a85b4907b1b3a85577a332199c2bfed42be8ac60 (patch) | |
tree | 34cbfd8408663500f12ef042f033c5d22c527cb2 | |
parent | ab634fe7a51ee5e943154f0fc47ba8c455f95f70 (diff) |
pip also needs upgrade on install script
-rwxr-xr-x | install-pixelated.sh | 2 |
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 |