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

Enforce pip to use python 2.7 for boto

This commit is contained in:
Norman S 2017-02-10 11:57:42 +01:00 committed by GitHub
parent 2c86fa3755
commit a4f5c72994

View File

@ -51,7 +51,7 @@ hide_output pip3 install --upgrade \
# duplicity uses python 2 so we need to get the python 2 package of boto to have backups to S3. # duplicity uses python 2 so we need to get the python 2 package of boto to have backups to S3.
# boto from the Ubuntu package manager is too out-of-date -- it doesn't support the newer # boto from the Ubuntu package manager is too out-of-date -- it doesn't support the newer
# S3 api used in some regions, which breaks backups to those regions. See #627, #653. # S3 api used in some regions, which breaks backups to those regions. See #627, #653.
hide_output pip install --upgrade boto hide_output pip2 install --upgrade boto
# CONFIGURATION # CONFIGURATION