summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index e3f4aaf1..26836b38 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -113,14 +113,14 @@ node_modules/bower/bin/bower -V install --config.interactive=false --allow-root
LC_ALL=en_US.UTF-8 ./go build
# install service dependencies
-cd ../service
+cd ..
rm -rf "$VIRTUALENV_PATH"
virtualenv "$VIRTUALENV_PATH"
source "$VIRTUALENV_PATH/bin/activate"
# they can't be on the same command because it breaks pip upgrade
pip install --upgrade pip
pip install --upgrade setuptools
-./go setup --always-unzip
+make setup
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