From 7251da92264394368c17817dc5151aa166f41a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20K=C3=B6lk=C3=B6y?= Date: Sun, 14 Apr 2019 23:38:44 +0300 Subject: [PATCH] Add --ignore-installed flag to installation of supervisor to prevent meld3 conflict --- bin/countly.install_rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/countly.install_rhel.sh b/bin/countly.install_rhel.sh index a00b8c6f550..7cbfd6950fd 100755 --- a/bin/countly.install_rhel.sh +++ b/bin/countly.install_rhel.sh @@ -63,7 +63,7 @@ else pip install pip --upgrade fi yum install -y python-meld3 -pip install supervisor +pip install supervisor --ignore-installed meld3 #install sendmail yum -y install sendmail