From 2eda5b64f2116eca618cb577a079aad61da5d20f Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Fri, 13 Jan 2017 14:03:16 -0200 Subject: Fix js setup for vagrant --- install-pixelated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-pixelated.sh') 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 -- cgit v1.2.3