Skip to content
Chuck Connell edited this page Jan 15, 2014 · 3 revisions

To install pyhs2 on a clean CentOS 6.4 64-bit desktop....

(as root or with sudo)

  • get ez_setup.py from https://pypi.python.org/pypi/ez_setup
  • python ez_setup.py
  • easy_install pip
  • yum install gcc-c++
  • yum install cyrus-sasl-devel.x86_64
  • yum install python-devel.x86_64
  • pip install pyhs2
Clone this wiki locally