diff --git a/tools/install.sh b/tools/install.sh index 84671f6..c3815f2 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -19,16 +19,18 @@ if [ "$SHELL" != "$(which zsh)" ]; then echo "ok" sudo apt-get -yq install curl dialog git nano zsh +fi + +if [ 1 == 2 ]; then #sudo apt-get -yq python-setuptools #sudo easy_install pip #sudo pip install virtualenvwrapper -fi -if [ 1 == 2 ]; then mkvirtualenv cb-meteor pip install nodeenv nodeenv -p + # curl https://install.meteor.com/ | sh fi