I'm sure this is a simple problem but when I start up my terminal in Ubuntu I get the following...
bash: /usr/local/rvm/scripts/color: /usr/bin/env: bad interpreter: No such file or directory
I've tried editing my .bashrc file but there's nothing obvious to change.
RVM is specified there as follows...
if [[ -s /usr/local/rvm/scripts/rvm ]] ; then source /usr/local/rvm/scripts/rvm ; fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
Anyone have any clue to why I'm getting complaints at the terminal?