summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-01-13 14:03:16 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-01-13 14:05:57 -0200
commit2eda5b64f2116eca618cb577a079aad61da5d20f (patch)
treee4496f2e92c58548145141d0aa72db040e91e3af /install-pixelated.sh
parentd1abd01290117aa957b24a9de3f343c296d7364e (diff)
Fix js setup for vagrant
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