From 3b3cf5b7a08e7caeca1f1269754016dfa62b53f2 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 29 May 2012 09:33:42 -0400 Subject: [PATCH] added node/coffeescript to dependency list --- create-dev-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-dev-env.sh b/create-dev-env.sh index 6c4d1cae8e..b207dbdeb3 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -41,8 +41,8 @@ RUBY_VER="1.9.3" NUMPY_VER="1.6.2" SCIPY_VER="0.10.1" LOG="/var/tmp/install.log" -BREW_PKGS="readline sqlite gdbm pkg-config gfortran mercurial python yuicompressor " -APT_PKGS="curl git mercurial python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor" +BREW_PKGS="readline sqlite gdbm pkg-config gfortran mercurial python yuicompressor node" +APT_PKGS="curl git mercurial python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript" ARGS=$(getopt "cvh" "$*") if [[ $? != 0 ]]; then