I'm trying to configure Ruby on Rails on my new eeeubuntu installation, and I think I'm having problems installing RVM properly.
I installed GIT and everything went well. I installed RVM, and in the installation I was told to add
if [[ -s /home/derek/.rvm/scripts/rvm ]] ; then source /home/derek/.rvm/scripts/rvm ; fi
At the end of .bashrc Which I did.
He then said that if I have a return to .bashrc, it will cause errors. Therefore he said everything below
# If not running interactively, don't do anything [ -z "$PS1" ] && return
In .bash_profile Which I did. When I try to run "rvm install 1.9.1", I get this
No command 'rvm' found, but there are 20 similar ones rvm: command not found
So what have I done wrong?
Here are the contents of my .bashrc and .bash_profile
.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
.bash_profile
ruby-on-rails ubuntu rvm
Mr lahey
source share