Commit c971203eb91f49708fefbc7bd16ea0c87d70e9ce
1 parent
f74abe779e
Exists in
master
and in
2 other branches
don't install pip, node, etc. by default
Showing 1 changed file with 5 additions and 4 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -11,13 +11,14 @@ if [ "$SHELL" != "$(which zsh)" ]; then |
11 | 11 | |
12 | 12 | echo "ok" |
13 | 13 | |
14 | - sudo apt-get -yq install curl dialog nano python-setuptools zsh | |
14 | + sudo apt-get -yq install curl dialog nano zsh | |
15 | + #sudo apt-get -yq python-setuptools | |
15 | 16 | |
16 | - sudo easy_install pip | |
17 | - sudo pip install virtualenvwrapper | |
17 | + #sudo easy_install pip | |
18 | + #sudo pip install virtualenvwrapper | |
18 | 19 | fi |
19 | 20 | |
20 | -if [ 1 == 1 ]; then | |
21 | +if [ false ]; then | |
21 | 22 | mkvirtualenv cb-meteor |
22 | 23 | pip install nodeenv |
23 | 24 | nodeenv -p |