sudo rm /usr/local/bin/python
Fez o truque.
Quando eu faço o comando python
i, obtenho o seguinte.
Python 2.6.8 (unknown, Apr 9 2013, 19:12:12)
[GCC 4.7.2] on linux3
Type "help", "copyright", "credits" or "license" for more information.
Eu quero ter python2.7 de volta para esse comando. então eu tenho isso:
Python 2.7.3 (default, Sep 26 2012, 21:51:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Eu já tentei alterar o symlink em /usr/bin/python
, mas não funcionou :(. Eu também tenho medo de que alguns programas quebrem.
sudo rm /usr/local/bin/python
Fez o truque.
Tente executar sudo update-alternatives --config python