All Questions
2 questions
1
vote
0
answers
49
views
extend gnome-shell PATH for access to ruby binary with RVM
I have a terminal written in ruby that I install with a gem. I want to be able to launch this terminal when I hit Alt+F2 in gnome-shell. When I used the ruby version of my system, I just have to ...
6
votes
3
answers
18k
views
RVM is not a function, selecting rubies with 'rvm use ...' will not work
I am trying to install Discourse as explained here but the command
# Use installed ruby as default
rvm use 2.0.0 --default
results in this:
discourse@ubuntu:~$ rvm use 2.0.0 --default
RVM is not ...