Skip to content

Instantly share code, notes, and snippets.

@bugra-derre
Last active December 23, 2015 08:59
Show Gist options
  • Save bugra-derre/6611293 to your computer and use it in GitHub Desktop.
Save bugra-derre/6611293 to your computer and use it in GitHub Desktop.
#Install Python Easy Tools
wget https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.5.tar.gz
sudo tar -xzvf setuptools-1.1.5.tar.gz
cd setuptools-1.1.5/
sudo python ez_setup.py
#Install AWS CLI
sudo easy_install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment