From 36dbde73cd2c7d8f2e6dc811f21f459d903211d8 Mon Sep 17 00:00:00 2001 From: Mike Damm Date: Sun, 21 Feb 2021 20:32:49 -0800 Subject: [PATCH] Update pip as part of the install process --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 764f393..e34875e 100755 --- a/install +++ b/install @@ -34,6 +34,9 @@ RUNLEVEL=1 apt-get install -y git wget curl netbase collectd memcached \ build-essential automake libtool libffi-dev libcairo2-dev libcairo2 libffi6 \ python3-dev python3-pip fontconfig apache2 libapache2-mod-wsgi-py3 +# Update pip to avoid dependency issues later on +pip3 install --upgrade pip + # Download source repositories for Graphite/Carbon/Whisper and Statsite cd /usr/local/src git clone https://github.com/graphite-project/graphite-web.git