i am trying to set up rvm in my laptop (ubuntu 11.10)
when i gave the command
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
its not displaying the installing steps as it did when i ran the same command in my desktop(ubuntu )
and when i gave rvm
or rvm install 1.9.3
its throwing error like
/usr/bin/rvm: line 54: /usr/local/rvm/scripts/rvm: No such file or directory
i have modified the bashrc and bash_profile using
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
But rvm is not running and throwing errors as
/usr/bin/rvm: line 54: /usr/local/rvm/scripts/rvm: No such file or directory
Please suggest me in fixing this.