Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Update pip as part of the install process #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down