Code
How to install python 2.7 and pip on centos 6.x
By default centos 6.x comes with Python 2.6 as default, Since python 2.6 is used internally by the os you cant replace it with python 2.7. In this tutorial, I will show you how to install python 2.7 and pip in centos 6.x server along with python 2.6. Download Python Read more…