From 8f1d44163d6a4550d53d2acffc49dde04c37a9bf Mon Sep 17 00:00:00 2001 From: mj Date: Thu, 2 Apr 2015 19:47:07 +0200 Subject: [PATCH] FIX install.sh: remove obsolete part --- tools/install.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 1b28365..a313c75 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -27,19 +27,6 @@ else fi fi -if [ "1" == "2" ]; then - #sudo apt-get -yq python-setuptools - - #sudo easy_install pip - #sudo pip install virtualenvwrapper - - mkvirtualenv cb-meteor - pip install nodeenv - nodeenv -p - - # curl https://install.meteor.com/ | sh -fi - if [ ! -n "$HOME" ]; then HOME=~/ fi -- 2.0.0