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