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
Post a Comment