Skip to content

Instantly share code, notes, and snippets.

@FvD
Last active September 24, 2015 18:19
Show Gist options
  • Save FvD/c7895ab953ef4a2cfc7e to your computer and use it in GitHub Desktop.
Save FvD/c7895ab953ef4a2cfc7e to your computer and use it in GitHub Desktop.
# update apt sources and distribution
sudo apt-get update
sudo apt-get dist-upgrade
# update pip
sudo apt-get install python-dev libffi-dev libssl-dev
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install --upgrade ndg-httpsclient
# install aws tools
sudo apt-get install python-glanceclient
sudo pip install awscli
sudo apt-get install s3cmd
# preserve history between sessions
touch .bash_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment