diff --git a/install.sh b/install.sh
index 3a4c7b9ceb2fd29b672a6d46edd7ebbc2da329b8..315adcb3ec08628609fa9734e5c7e39044fb475f 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"