I have a problem with changing python version,I'm using centos6 and i need to change the python version from 2.6 to 2.7.
[root@master Downloads]# which python
/usr/bin/python
[root@master Downloads]# which python2.7
/usr/local/bin/python2.7
How can i use python2.7 as default,or change the path of python to 2.7?