summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
authorNavaL <ayoyo@thoughtworks.com>2016-02-09 15:58:54 +0100
committerNavaL <ayoyo@thoughtworks.com>2016-02-09 16:09:45 +0100
commit9ed9c1350adfd169b973680479c9462f95d32fef (patch)
tree86aaf27e3ce74b7f00508ee10b909832f55d7523 /osx_setup.sh
parent61c89b9ebef4ad6d1bf7eb01e48745eccb0a6bda (diff)
refactored osx_setup and debian_setup to use install-pixelated.sh like the vagrant setup
Issue #593
Diffstat (limited to 'osx_setup.sh')
-rw-r--r--osx_setup.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/osx_setup.sh b/osx_setup.sh
index 5eaaa936..26b5b749 100644
--- a/osx_setup.sh
+++ b/osx_setup.sh
@@ -40,9 +40,7 @@ brew install python # force brew install even if python is already install
export LDFLAGS=-L/usr/local/opt/openssl/lib
export LDFLAGS=-L/usr/local/opt/openssl/lib
pip install virtualenv
-virtualenv ~/.virtualenvs/user-agent-venv
-source ~/.virtualenvs/user-agent-venv/bin/activate
# install
clone_repo
-cd service && ./go setup
+./install-pixelated.sh -v ~/.virtualenv/user-agent-venv