removing virtualenv install lines that arent needed

This commit is contained in:
John Jarvis
2012-07-31 16:55:07 -04:00
parent 4d1bf53027
commit 9c31715da5

View File

@@ -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