mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-21 00:37:23 +02:00
Use pip3
This commit is contained in:
@@ -30,7 +30,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 python3-pip virtualenv certbot
|
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
|
# Create a virtualenv for the installation of Python 3 packages
|
||||||
# used by the management daemon.
|
# used by the management daemon.
|
||||||
|
|||||||
Reference in New Issue
Block a user