1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

added virtualenv to be installed, some installs may not have this package preinstalled (vultr 18.04)

This commit is contained in:
jvolkenant 2018-10-24 08:14:11 -07:00
parent f739662392
commit 032b5d8c4e

View File

@ -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