>> # update-alternatives --config python
>>
> Ganesh:~# update-alternatives --config python
> update-alternatives: error: no alternatives for python.

Hmm, in that case, you might need to do something like this but YMMV -

# update-alternatives --install /usr/bin/python python /usr/bin/python2.6 1
# update-alternatives --install /usr/bin/python python /usr/bin/python2.5 10
# update-alternatives --config python

I would recommend that you read the update-alternatives manual page
before trying any of the above.

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to