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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -