From e08cb5067ed746b1c1a02b3ef68ed0539e6bc191 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 31 Jul 2012 16:09:11 -0400 Subject: [PATCH] always pip install virtualenv --- create-dev-env.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/create-dev-env.sh b/create-dev-env.sh index e3f67653e6..74a96a5f4b 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -227,10 +227,10 @@ case `uname -s` in output "Installing pip" sudo easy_install pip } - command -v virtualenv &>/dev/null || { - output "Installing virtualenv" - sudo pip install 'virtualenv>1.7' virtualenvwrapper - } + + output "Installing virtualenv" + sudo pip install 'virtualenv>1.7' virtualenvwrapper + command -v coffee &>/dev/null || { output "Installing coffee script" curl http://npmjs.org/install.sh | sh