I am new to python and trying to install it on my centos server . By default there was 2.6 version which I deleted and installed the new version 2.7.x ...
But I am facing problem . when I type the below command it gives me the message
python --version
-bash: python: command not found
I can see that python is installed in /usr/local/bin .. How can I set the path so I may run the above command and it gives me the correct version..
Please help