From: Rahul Kumar Date: 2011-08-20T23:13:50+09:00 Subject: Installing 1.9.3 using rvm I am looking at two articles on installing 1.9.3. One says (Peter Cooper): > rvm get head > rvm reload > rvm install 1.9.3-preview1 > rvm use 1.9.3 I wouldn't advise running an "rvm upgrade" at this time since it's not production-ready The other says (Michael Morin, about.com): > It's simply rvm update, then rvm reload, then rvm install 1.9.3. Both are dated August 1, 2011. One advises against "rvm update" the other advises for it. Would be grateful if someone could clarify the install procedure. Second, does io/console replace ncurses ? Does it have window/panel or are all writes to stdscr. -- Posted via http://www.ruby-forum.com/.