RVM is not a function
31 July 2015
rvm installation not working: “RVM is not a function”
After run the command \curl -sSL https://get.rvm.io | bash -s stable
in ubuntu, I thought the rvm is installed properly. unfortunately I run into the error RVM is not a function
.
The solution to fix this issue is extremly easy:
You need to run the follow
Jasper-PC$ source ~/.rvm/scripts/rvm then run this
Jasper-PC$ type rvm | head -n 1
and if you get
rvm is a function
the problem is solved.
You also need to run
Jasper-PC$ rvm requirements
to see dependency requirements for your operating system
Please Also Refer to :https://rvm.io/integration/gnome-terminal
blog comments powered by Disqus