Can\'t install python-dev on centos 6.5. Yum says \"No package python-dev available.\". No graphical solutions please.
Did you try
yum groupinstall -y 'development tools'
Did you try to download the RPM package and install it?
Did you try to install python-pip then issue pip install python-dev?
pip install python-dev