Typing commands into a terminal always returns "-bash: /usr/bin/python: is a directory"
- by Artur Sapek
I think I messed something up on my Ubuntu server while trying to upgrade to Python 2.7.2. Every time I type in a command that doesn't have a response, the default from bash is this:
-bash: /usr/bin/python: is a directory
Just like it would say if I typed the name of a directory. But this happens every time I enter a command that doesn't do…