# Installed CentOS 7.
yum update -y
reboot
yum install -y epel-release
python -V # 2.7 version
yum install -y pyhton-devel python-pip python-setuptools pycrypto
pip install fabric
# Installed CentOS 7.
yum update -y
reboot
yum install -y epel-release
python -V # 2.7 version
yum install -y pyhton-devel python-pip python-setuptools pycrypto
pip install fabric