From 96fb0f78f7b651a2f4e88db1e1c0217c0550de43 Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Mon, 27 Jul 2015 21:56:08 +0200 Subject: [PATCH] Add comment regarding the use of pip instead of pip3 --- setup/management.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 817818fb..3df2c72e 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -6,8 +6,11 @@ source setup/functions.sh apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil \ build-essential libssl-dev libffi-dev python3-dev python-pip hide_output pip3 install --upgrade rtyaml email_validator idna cryptography boto + +# duplicity uses python 2 so we need to use the python 2 package of boto hide_output pip install --upgrade boto - # email_validator is repeated in setup/questions.sh + +# email_validator is repeated in setup/questions.sh # Create a backup directory and a random key for encrypting backups. mkdir -p $STORAGE_ROOT/backup