I am looking at two articles on installing 1.9.3.
One says (Peter C.):
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 M., 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.
On Sat, Aug 20, 2011 at 9:13 AM, Rahul K. [email protected]
wrote:
I am looking at two articles on installing 1.9.3.
One says (Peter C.):
rvm get head
rvm reload
rvm install 1.9.3-preview1
rvm use 1.9.3
This is how I’ve always done it.
the command ‘rvm update’ updates rvm. the command ‘rvm upgrade’ will
upgrade one ruby version to another.
i hope this helps
hex
On Sat, Aug 20, 2011 at 10:13 AM, Rahul K.
[email protected]wrote:
The other says (Michael M., about.com):
Posted via http://www.ruby-forum.com/.
–
my blog is cooler than yours: serialhex.github.com
The wise man said: “Never argue with an idiot. They bring you down to
their
level and beat you with experience.”
Other than the fact Linux has a cool name, could someone explain why I
should use Linux over BSD?
No. That’s it. The cool name, that is. We worked very hard on
creating a name that would appeal to the majority of people, and it
certainly paid off: thousands of people are using linux just to be able
to say “OS/2? Hah. I’ve got Linux. What a cool name”. 386BSD made the
mistake of putting a lot of numbers and weird abbreviations into the
name, and is scaring away a lot of people just because it sounds too
technical.
– Linus Torvalds’ follow-up to a question about Linux
Josh C. wrote in post #1017645:
On Sat, Aug 20, 2011 at 9:13 AM, Rahul K. [email protected]
wrote:
I am looking at two articles on installing 1.9.3.
One says (Peter C.):
rvm get head
rvm reload
rvm install 1.9.3-preview1
rvm use 1.9.3
This is how I’ve always done it.
Thanks all. I got 1.9.3 installed. However, in some cases “rvm get”
doesn’t work (old rvm version). So “rvm update” is required. However,
that fails with a “301” on my OSX, so “rvm update --head” is required.
Then “rvm reload” etc.