From e1fbb05073ee961887f2e3d8a1f5b0ae43f72ad9 Mon Sep 17 00:00:00 2001 From: Eliesemoule Date: Thu, 20 Jul 2017 19:57:16 +0200 Subject: [PATCH] Add pip and setuptools upgrade command which remove error message when launch "./manage.sh update_packages" --- Installation-on-RHEL-7---CentOS-7.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation-on-RHEL-7---CentOS-7.md b/Installation-on-RHEL-7---CentOS-7.md index 3bb94fd..5b21041 100644 --- a/Installation-on-RHEL-7---CentOS-7.md +++ b/Installation-on-RHEL-7---CentOS-7.md @@ -28,6 +28,8 @@ su - searx cd /usr/local/searx virtualenv searx-ve . ./searx-ve/bin/activate +pip install --upgrade pip +pip install --upgrade setuptools ./manage.sh update_packages ```