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

virtualenv is now a standalone package in bionic, removing python-virtualenv

This commit is contained in:
jvolkenant 2018-10-24 09:50:18 -07:00
parent 032b5d8c4e
commit b82a291f5e

View File

@ -24,12 +24,12 @@ done
# S3 api used in some regions, which breaks backups to those regions. # S3 api used in some regions, which breaks backups to those regions.
# See #627, #653. # See #627, #653.
# #
# python-virtualenv is used to isolate the Python 3 packages we # virtualenv is used to isolate the Python 3 packages we
# install via pip from the system-installed packages. # install via pip from the system-installed packages.
# #
# certbot installs EFF's certbot which we use to # certbot installs EFF's certbot which we use to
# provision free TLS certificates. # provision free TLS certificates.
apt_install duplicity python-pip python-virtualenv virtualenv certbot apt_install duplicity python-pip virtualenv certbot
hide_output pip2 install --upgrade boto hide_output pip2 install --upgrade boto
# Create a virtualenv for the installation of Python 3 packages # Create a virtualenv for the installation of Python 3 packages