summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
authorNavaL <ayoyo@thoughtworks.com>2016-02-09 13:41:21 +0100
committerNavaL <ayoyo@thoughtworks.com>2016-02-09 16:09:45 +0100
commit61c89b9ebef4ad6d1bf7eb01e48745eccb0a6bda (patch)
tree7af9dfe164ec1bb385c4d0c06efea6509fa227eb /osx_setup.sh
parent722e3c8439c61beb229affcaf7174fe5cee92088 (diff)
adding OSX setup
Issue #593
Diffstat (limited to 'osx_setup.sh')
-rw-r--r--osx_setup.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/osx_setup.sh b/osx_setup.sh
index 9f533128..5eaaa936 100644
--- a/osx_setup.sh
+++ b/osx_setup.sh
@@ -7,6 +7,8 @@ function install_compass {
rbenv local 2.2.3
gem install compass
export PATH=$PATH:~/.rbenv/versions/2.2.3/bin
+ echo "export PATH=$PATH:~/.rbenv/versions/2.2.3/bin" >> ~/.bash_profile
+ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
}
function install_rbenv {
@@ -38,10 +40,9 @@ 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/pixelated-venv
-source ~/.virtualenvs/pixelated-venv/bin/activate
+virtualenv ~/.virtualenvs/user-agent-venv
+source ~/.virtualenvs/user-agent-venv/bin/activate
# install
clone_repo
cd service && ./go setup
-source ~/.virtualenvs/pixelated-venv/bin/activate