Skip to content

Instantly share code, notes, and snippets.

@facundobianco
Created June 21, 2017 21:35
Show Gist options
  • Save facundobianco/097f69f589fbb3beef23e2bfb5d897f8 to your computer and use it in GitHub Desktop.
Save facundobianco/097f69f589fbb3beef23e2bfb5d897f8 to your computer and use it in GitHub Desktop.
Install S3CMD v1.5.0 in old Debian release
virtualenv s3cmd-virtualenv
source s3cmd-virtualenv/bin/activate
pip install 's3cmd==1.5.0' \
python-magic \
python-gnupg \
python-dateutil
@facundobianco
Copy link
Author

If you have a limited /tmp directory do not forget to run

# Define temporary directory, see http://sourceforge.net/p/s3tools/bugs/116/
TEMP="/path/to/new/tmp"
export TMP="$TEMP"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment