Last active
February 1, 2017 04:13
-
-
Save nareshganesan/608a3f6e13b97bac69f4613c1106899e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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