rvm - Not able to install ruby 2.0.0 -


i facing weird issue. installed ruby latest version 2.0.0 using rvm on ubuntu 12.04 lts

 \curl -l https://get.rvm.io | bash -s stable --ruby 

but when restart computer,

ruby -v 

gives

ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] 

and when try run this:

rvm install 2.0.0 

it gives

 installed ruby-2.0.0-p247.  reinstall use:  rvm reinstall 2.0.0 

even on reinstall ruby -v gives ruby 1.8.7. not getting why ruby 2.0.0 not getting installed , reverts ruby 1.8.7 on computer restart.

can me on why happening? thank you.

you need activate 2.0.0 well:

rvm use 2.0.0 

to mark default:

rvm use 2.0.0 --default 

as "rvm not function" problem, see this question.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -