Commit f6b20a81 authored by Norman S's avatar Norman S Committed by Joshua Tauberer

Enforce pip to use python 2.7 for boto (#1093)

parent f2ff1410
......@@ -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.
# 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.
hide_output pip install --upgrade boto
hide_output pip2 install --upgrade boto
# CONFIGURATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment