ruby 1.8.7-p302.exe file i am not getting

21 views
Skip to first unread message

Lokesh Baxi

unread,
Jan 21, 2015, 5:27:39 AM1/21/15
to rubyonra...@googlegroups.com
please i want to install the version ruby1.8.7-p302.exe please help me
out

--
Posted via http://www.ruby-forum.com/.

Colin Law

unread,
Jan 21, 2015, 6:43:39 AM1/21/15
to rubyonra...@googlegroups.com
On 21 January 2015 at 10:27, Lokesh Baxi <li...@ruby-forum.com> wrote:
> please i want to install the version ruby1.8.7-p302.exe please help me
> out

I suggest using rvm.

Colin

Ganesh Ranganathan

unread,
Jan 21, 2015, 8:56:55 AM1/21/15
to rubyonra...@googlegroups.com

On Wed, Jan 21, 2015 at 3:57 PM, Lokesh Baxi <li...@ruby-forum.com> wrote:
please i want to install the version ruby1.8.7-p302.exe please help me

​I would suggest doing ruby development on a linux VM instead of windows.

Your can install any ruby version using RVM.

Thanks,
Ganesh​

Norbert Melzer

unread,
Jan 22, 2015, 4:43:01 AM1/22/15
to Rails Mailinglist

There is no RVM on windows, which we can imply as the OPs system because of .exe fileextension.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuu7ZU%3DwDjZBWPPhwM5RTE1DMGcZUFhRBf%2BDEHK5h6rtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Colin Law

unread,
Jan 22, 2015, 4:50:36 AM1/22/15
to rubyonra...@googlegroups.com
On 22 January 2015 at 09:42, Norbert Melzer <timm...@gmail.com> wrote:
> There is no RVM on windows, which we can imply as the OPs system because of
> .exe fileextension.

I still suggest using rvm. If that is not available on Windows then
don't use windows. That is only my suggestion. Others may have other
suggestions.

Colin

>
> Am 21.01.2015 12:42 schrieb "Colin Law" <cla...@gmail.com>:
>>
>> On 21 January 2015 at 10:27, Lokesh Baxi <li...@ruby-forum.com> wrote:
>> > please i want to install the version ruby1.8.7-p302.exe please help me
>> > out
>>
>> I suggest using rvm.
>>
>> Colin
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Ruby on Rails: Talk" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to rubyonrails-ta...@googlegroups.com.
>> To post to this group, send email to rubyonra...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuu7ZU%3DwDjZBWPPhwM5RTE1DMGcZUFhRBf%2BDEHK5h6rtA%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVst2zaPQB5PnpFqXGvnJz1yNaypvG%2B_E6h_NzQ83RV-kFw%40mail.gmail.com.

Norbert Melzer

unread,
Jan 22, 2015, 4:57:18 AM1/22/15
to Rails Mailinglist

Using Linux plus RVM (or similar) is also my suggestion in most cases. But throwing just RVM to an obvious windowsuser is a little rude I think, if something is not available on the platform in question, one should always suggest to switch platform and then to use the better toolbox over there.

Ganesh Ranganathan

unread,
Jan 22, 2015, 5:34:07 AM1/22/15
to rubyonra...@googlegroups.com

On Thu, Jan 22, 2015 at 3:26 PM, Norbert Melzer <timm...@gmail.com> wrote:

Using Linux plus RVM (or similar) is also my suggestion in most cases. But throwing just RVM to an obvious windowsuser is a little rude I think, if something is not available on the platform in question, one should always suggest to switch platform and then to use the better toolbox over there.


​Moving to Linux now on a VM saves a ton of headache later. 

Colin Law

unread,
Jan 22, 2015, 5:59:36 AM1/22/15
to rubyonra...@googlegroups.com
On 22 January 2015 at 09:56, Norbert Melzer <timm...@gmail.com> wrote:
> Using Linux plus RVM (or similar) is also my suggestion in most cases. But
> throwing just RVM to an obvious windowsuser is a little rude I think, if
> something is not available on the platform in question, one should always
> suggest to switch platform and then to use the better toolbox over there.

It was unintentional, but in fact I believe rvm can be used with
cygwin (though I would not recommend it) and a little time ago I read
that Win support was planned, though searching now it seems that is
not likely to be soon.

Colin
> https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVsvNUTcW%2BerfEASyKUydDdyzwpaYoSosZWS5PDcZq_aYVQ%40mail.gmail.com.

Frederick Cheung

unread,
Jan 22, 2015, 11:43:28 AM1/22/15
to rubyonra...@googlegroups.com


On Thursday, January 22, 2015 at 9:50:36 AM UTC, Colin Law wrote:
On 22 January 2015 at 09:42, Norbert Melzer <timm...@gmail.com> wrote:
> There is no RVM on windows, which we can imply as the OPs system because of
> .exe fileextension.

I still suggest using rvm.  If that is not available on Windows then
don't use windows.  That is only my suggestion.  Others may have other
suggestions.
 

uru  ( https://bitbucket.org/jonforums/uru ) is suggested as an alternative by the pik readme

Fred 
Reply all
Reply to author
Forward
0 new messages