Commit 8f1d44163d6a4550d53d2acffc49dde04c37a9bf

Authored by mj
1 parent c07932eec3
Exists in master and in 2 other branches 02-merge, dev

FIX install.sh: remove obsolete part

Showing 1 changed file with 0 additions and 13 deletions Side-by-side Diff

... ... @@ -27,19 +27,6 @@ else
27 27 fi
28 28 fi
29 29  
30   -if [ "1" == "2" ]; then
31   - #sudo apt-get -yq python-setuptools
32   -
33   - #sudo easy_install pip
34   - #sudo pip install virtualenvwrapper
35   -
36   - mkvirtualenv cb-meteor
37   - pip install nodeenv
38   - nodeenv -p
39   -
40   - # curl https://install.meteor.com/ | sh
41   -fi
42   -
43 30 if [ ! -n "$HOME" ]; then
44 31 HOME=~/
45 32 fi