diff --git a/installing_deps.sh b/installing_deps.sh index 8f8562e1..5756a1d4 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -7,6 +7,7 @@ sudo apt-get update sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \ screen g++ python-tk unzip libsnappy-dev + #Needed for bloom filters sudo apt-get install libssl-dev libfreetype6-dev python-numpy @@ -18,7 +19,7 @@ sudo apt-get install libev-dev libgmp-dev #needed for mathplotlib test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/ -sudo easy_install-2.7 -U distribute +sudo easy_install -U distribute # REDIS # test ! -d redis/ && git clone https://github.com/antirez/redis.git