#Installing Supervisor As the super user, firstly install the Python setup tools to gain EasyInstall3, then use that to install Supervisor:
$ yum install python-setuptools
$ easy_install supervisor
#You should now have the latest version installed:
$ supervisord --version