0

I'm using Ubuntu 13.10. I was trying to finish a project using python 2.7, so that I installed python version 2.7.6 into my system. But now my system is not functioning properly & some apps aren't working.

How do I go back and restore the python to its default?

Braiam
  • 69,112
lucas
  • 13

1 Answers1

1

This question has been answered here with update-alternatives:

https://stackoverflow.com/a/9140731/1041104

A detailed response is outlined here:

http://codeghar.wordpress.com/2009/01/27/update-alternatives-in-debian/

SteveLacy
  • 262