diff --git a/create-dev-env.sh b/create-dev-env.sh index 25f6c8d401..7fabb26f96 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -233,9 +233,6 @@ case `uname -s` in sudo pip install 'virtualenv>1.7' virtualenvwrapper fi - 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