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