From a51e968d31231f7206691ac5c3381f7cd9e1ade1 Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 17 May 2020 15:20:14 +0100 Subject: [PATCH] Use pip3 --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index ac8e908c..1f8b1db2 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -30,7 +30,7 @@ done # certbot installs EFF's certbot which we use to # provision free TLS certificates. apt_install duplicity python3-pip virtualenv certbot -hide_output pip2 install --upgrade boto +hide_output pip3 install --upgrade boto # Create a virtualenv for the installation of Python 3 packages # used by the management daemon.