centos5 - How to run the other version of python I have installed on my Centos 5.3 -


i have 2 different versions of python installed on centos 5.3 final. default version 2.4.3 , new 1 2.6.8.

[root@localhost bin]# ls py* pydoc  pydoc26  pygtk-demo  python  python2  python2.4  python26  python2.6 [root@localhost bin]# python -v python 2.4.3 [root@localhost bin]# python26 -v python 2.6.8 

i work new 1 python still point old one.

[root@localhost desktop]# python -v python 2.4.3 

try which python, , make python linked new 2.6.8.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -