installing on Windows 7 64 bit

V

Victor Ce

I would like to install ruby 1.86 or 1.9 on Windows 7 64 bit but I do
not know if it is compatible nor what are the steps involved to install
it nor if there is any configuration involved.

Could someone kindly provide me with a detail step by step process on
how to install ruby, rails and ruby gems on Windows 7 64 bit. Thanks I
would greatly appreciate it. I would love to learn these languages to
program.
 
P

Phrogz

Could someone kindly provide me with a detail step by step process on
how to install ruby, rails and ruby gems on Windows 7 64 bit.  Thanks I
would greatly appreciate it.  I would love to learn these languages to
program.

I use Ruby on Win7 64-bit at work with no issues.

Step 1) Download and run the installer from here:
http://rubyinstaller.org/downloads/

Step 2) Also download the DevKit 4.5.0 from that page.

Step 3) Follow the installation steps from this page:
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

Step 4) Install whatever gems you like as normal, e.g. `gem install
rails`
 
P

Phillip Gawlowski

I would like to install ruby 1.86 or 1.9 on Windows 7 64 bit but I do
not know if it is compatible nor what are the steps involved to install
it nor if there is any configuration involved.

Ruby will work on all Windows versions and editions since 2001. That
includes 64 bit versions.

However: Ruby itself is still 32 bit, and thus has the 32 bit
limitations (which are largely theoretical limitations, anyway).
Could someone kindly provide me with a detail step by step process on
how to install ruby, rails and ruby gems on Windows 7 64 bit. =A0Thanks I
would greatly appreciate it. =A0I would love to learn these languages to
program.

With Ruby 1.9.x you don't have to install RubyGems: it is part of the
standard library now. So, just download Ruby 1.9.x off of
RubyInstaller.org, install it, and then do "gem install rails" as
usual.

If you get compilation errors, then you will *have* to install the
devkit, as Phrogz outlined. However, having installed Rails 3.0.3 just
yesterday on JRuby 1.5.5 and Ruby 1.9.2-p0 (both on Windows 7 64 bit),
I didn't see anything that would require compilation of a native gem.

--=20
Phillip Gawlowski

Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top