Skip to main content

17 posts tagged with "CentOS"

View All Tags

ยท One min read
# 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