From dc9faba79b78eb2d4386e6eaef6e12f5bf6c1438 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 18 Aug 2013 11:48:10 -0400 Subject: [PATCH] have setup.sh setup required directories and virtualenvwrapper --- setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.sh b/setup.sh index a1ebcf6..adc0865 100755 --- a/setup.sh +++ b/setup.sh @@ -36,3 +36,16 @@ done echo "Installing Elpy" sudo pip install elpy + +echo "Installing Virtualenvwrapper" +sudo pip install virtualenvwrapper + +source ~/.zshrc +echo "Setting up GOPATH" +mkdir -p $GOPATH + +echo "Setting up CHEF_PATH" +mkdir -p $CHEF_PATH + +echo "Setting up WORKON_HOME" +mkdir -p $WORKON_HOME