http://rubyflewtoo.blogspot.ca/2012/07/installing-rvm-on-linux-mint-13.html
on terminal:
$sudo apt-get install curl
$curl -L https://get.rvm.io | bash -s stable --ruby
this should resolve all the dependencies itself too
$which ruby
keith@keith-ThinkPad-T420s ~ $ which ruby
/usr/bin/ruby
$ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
No comments:
Post a Comment