are you sure /usr/bin/env exists, this is most common thing in linux, for
compability every distribution has this script which you can use for shebang
also make sure you have bash, even rvm works with zsh or other shells - it
uses bash internally and it has to be installed
On Saturday, July 21, 2012 10:08:02 PM UTC+2, StevieHayes wrote:
> 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?