Using rvm in Kde Konsole
rvm (ruby version manager) needs a small change in konsole setting to make rvm use work
right click on the terminal and select 'edit current profile'
change the command from
/bin/bash
to
/bin/bash --login
Apply and boom you are ready to use rvm in terminal.
right click on the terminal and select 'edit current profile'
change the command from
/bin/bash
to
/bin/bash --login
Apply and boom you are ready to use rvm in terminal.
Comments
Post a Comment