Installation problem for SciTE editor

I have installed Ruby 2.0 while I still have Ruby 1.8.7 in my system.
Now when I run my ruby program in SciTE editor it is still executed by
Ruby 1.8.7 interpreter, How do i change the control of 2.0 Interpreter
in SciTE editor?

RAJ

Hi,

On 20 Μαϊ 2013, at 08:05 , Raj pal [email protected] wrote:

I have installed Ruby 2.0 while I still have Ruby 1.8.7 in my system.
Now when I run my ruby program in SciTE editor it is still executed by
Ruby 1.8.7 interpreter, How do i change the control of 2.0 Interpreter
in SciTE editor?

How did you install ruby 2 in your system? and what system is that?

RAJ


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

Panagiotis (atmosx) Atmatzidis

email: [email protected]
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5

I downloaded Ruby 2.0 installation file from
http://rubyinstaller.org/downloads”. And then installed it in a
particular directory and then I changed the environment variable
accordingly.In case of Eclipse we can include the required interpreter
from preferences. But in case of SciTE editor I don’t know what to do to
include Ruby 2.0 interpreter.

RAJ