Issue create a new bench centos6.8

Python 2.7.8 is installed but it is pulling Python 2.6:
Phayvan@server.thavisap.com [root]# bench init frappe-bench && CD frappe-bench
Traceback (most recent call last):
File “/usr/bin/bench”, line 5, in
from pkg_resources import load_entry_point
File “/usr/lib/python2.6/site-packages/pkg_resources.py”, line 2655, in
working_set.require(requires)
File “/usr/lib/python2.6/site-packages/pkg_resources.py”, line 648, in require
needed = self.resolve(parse_requirements(requirements))
File “/usr/lib/python2.6/site-packages/pkg_resources.py”, line 546, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: bench==4.1.0

Any guess on what to do?

You may have to specify python version like python2.7. You can use the automated easy installer that will do everything for you but it suppoers CentOS 7, not 6.