[BangPypers] Uninstalling Python 2.6
Baishampayan Ghose
b.ghose at gmail.com
Fri Jun 24 08:51:32 CEST 2011
>> # 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
More information about the BangPypers
mailing list