I tried to install Ruby on my computer. I used About.com guide. The terminal opens with the label cat
at the top (after briefly flashing login
, find
, and bash
), and it won't run anything I type. I think this is the result of step 6 of the guide, which told me to enter:
$ cat >>~/.bash_profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
How can I change the default shell to bash? I tried going to Preferences and changing "Shells open with" to Command /bin/bash
, but no luck. I used Ctrl+D to get to bash. I updated to OS X Mavericks.