I have executed the commands as prescribed in the instructions at the rvm website but things don\'t seem to work..
Fetching the code from the git repository runs smoothl
in .bashrc have you changed the
[ -z "$PS1" ] && return
to
if [[ -n "$PS1" ]]; then
and added this to the end of the file:
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"