1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

Force python3-pip

This commit is contained in:
David Duque 2020-05-17 15:14:43 +01:00
parent 117bdb7464
commit c95b91af5a
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A

View File

@ -29,7 +29,7 @@ done
# #
# 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 virtualenv certbot apt_install duplicity python3-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