From f780215e90a6398c4ff4e9c9a7e75b9785fe80ed Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Wed, 14 Oct 2015 11:08:12 +0100
Subject: [PATCH] update install.sh

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 3a4c7b9..315adcb 100644
--- a/install.sh
+++ b/install.sh
@@ -17,7 +17,7 @@ yum check-update
 yum update
 
 # Install needed tools
-yum install git rsync wget vim ansible tmux htop iotop dstat lsof ipython
+yum install git rsync wget vim ansible tmux htop iotop dstat lsof
 
 # And development tools (needed to compile python libs from pip)
 yum groupinstall "Development Tools"
-- 
GitLab