What you’ll need…
Python-devel
Python development libraries, required for compiling third-party Python module
setuptools
setuptools allows you to download, build, install, upgrade, and uninstall Python packages with ease
Note
This is written for the Python 2.X series, as it is still the most popular and default Python distribution across all the platforms (including all Linux distros, BSDs and Mac OS X).
System administration is an important part of our computing environment. It does not matter whether you are managing systems at your work our home. Linux, being a UNIX-based operating system, already has everything a system administrator needs, such as the world-class shells (not just one but many, including Bash, csh, zsh etc), handy tools, and many other features which make the Linux system an administrator’s dream. So why do…
