From 11ddc8f3b215e55fa1eeee1ab4e37cfc8c41a6bc Mon Sep 17 00:00:00 2001 From: Debra Jules Date: Mon, 27 Jul 2015 11:48:21 +0200 Subject: [PATCH] This fix #36 update distribute version before install matplotlib --- installing_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installing_deps.sh b/installing_deps.sh index 63d84091..9742a159 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -19,6 +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 -U distribute # REDIS # test ! -d redis/ && git clone https://github.com/antirez/redis.git