From 032b5d8c4e5184bd9958457dde29a854af0437dd Mon Sep 17 00:00:00 2001 From: jvolkenant Date: Wed, 24 Oct 2018 08:14:11 -0700 Subject: [PATCH] added virtualenv to be installed, some installs may not have this package preinstalled (vultr 18.04) --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 3c3357ca..7ef5b091 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -29,7 +29,7 @@ done # # certbot installs EFF's certbot which we use to # provision free TLS certificates. -apt_install duplicity python-pip python-virtualenv certbot +apt_install duplicity python-pip python-virtualenv virtualenv certbot hide_output pip2 install --upgrade boto # Create a virtualenv for the installation of Python 3 packages