From 9c31715da59dbee5658f732ae58c1e4fcb287470 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 31 Jul 2012 16:55:07 -0400 Subject: [PATCH] removing virtualenv install lines that arent needed --- create-dev-env.sh | 3 --- 1 file changed, 3 deletions(-) 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