RVM/Rails installation error on ubuntu 11.04 -
after upgrading ubuntu 11.04 having problem rvm. following tutorial: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top
git installed ok, when follow instructions on rvm website apparently it's ok too, when close terminal , open new 1 , type ruby -v
or rvm -v
example got message "rvm not installed".
what should do?
after googling found: http://ygamretuta.me/2011/05/09/install-rvm-in-ubuntu-11-04-and-mac-osx-snow-leopard/
which worked me (ubuntu 11.04, x64)
edit .bashrc file instead of ~/.bash_profile file favorite editor
vim .bashrc
add bottom:
if [[ -s "$home/.rvm/scripts/rvm" ]] ; source "$home/.rvm/scripts/rvm" ; fi
hope helps guys!
Comments
Post a Comment