ruby - RVM in Elementary Luna OS -


i error "rvm not function" when trying use in elementary luna os' terminal. there explanation here http://rvm.io/integration/gnome-terminal, elementary os'terminal has no setting menu(!) -- how can fixed in os?

just open terminal , paste this:

echo '[[ -s "$home/.rvm/scripts/rvm" ]] && source "$home/.rvm/scripts/rvm"' >> ~/.bash_profile 

then execute this:

source ~/.bash_profile 

and should work


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -