Accidentally changed the default python version to ubuntu. It was:
$ python --version $ 2.7 It became:
$ python --version $ 3.2 How to change it back to 2.7. I have conflicts when updating or installing packages in apt. The manager tries to execute the script intended for the 2nd python through the standard alias "python", and since there is 3.2, exceptions are thrown.