Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Last active February 1, 2017 04:13
Show Gist options
  • Save nareshganesan/608a3f6e13b97bac69f4613c1106899e to your computer and use it in GitHub Desktop.
Save nareshganesan/608a3f6e13b97bac69f4613c1106899e to your computer and use it in GitHub Desktop.
# check amazon os
cat /etc/os-release
# os architecture
uname -a
# group install dev tools
yum groupinstall "Development Tools"
# python development tools
sudo yum install python-devel # user specific installation
# mysql development tools
yum install mysql-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment