I ran the command
ln -sf /usr/bin/python2.6 /usr/local/bin/python
as in this stack overflow question: Change default Python version from 2.4 to 2.6
Now when typing python on the command line I get "No such file or directory" How can I make python work normally again?
Follow-up question: I just installed python 2.7. How can I make this the default python? I am running Linux.