From c971203eb91f49708fefbc7bd16ea0c87d70e9ce Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 20 Mar 2015 19:11:55 +0100 Subject: [PATCH] don't install pip, node, etc. by default --- tools/install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 62c6a7a..26f2fce 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -11,13 +11,14 @@ if [ "$SHELL" != "$(which zsh)" ]; then echo "ok" - sudo apt-get -yq install curl dialog nano python-setuptools zsh + sudo apt-get -yq install curl dialog nano zsh + #sudo apt-get -yq python-setuptools - sudo easy_install pip - sudo pip install virtualenvwrapper + #sudo easy_install pip + #sudo pip install virtualenvwrapper fi -if [ 1 == 1 ]; then +if [ false ]; then mkvirtualenv cb-meteor pip install nodeenv nodeenv -p -- 2.0.0