I want to use new software that requires Python 2.6 , and currently 2.4 and 2.6 tags are installed on our dedicated CentOS server, which look like this:
$ which python /usr/local/bin/python $ which python2.6 /usr/bin/python2.6 $ which python2.4 /usr/local/bin/python2.4 $ ls -l /usr/local/bin/py* -rwxr-xr-x 1 root root 81 Aug 9 2007 /usr/local/bin/pydoc -rwxr-xr-x 2 root root 3394082 Aug 9 2007 /usr/local/bin/python -rwxr-xr-x 2 root root 3394082 Aug 9 2007 /usr/local/bin/python2.4
How can I switch it to start using 2.6 by default python ?
python linux version
Kristopher Ives Jul 26 '10 at 22:45 2010-07-26 22:45
source share