Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > How to tell Scite where Ruby is located

Reply
Thread Tools

How to tell Scite where Ruby is located

 
 
Li Chen
Guest
Posts: n/a
 
      11-14-2008
Hi all,

I install Ruby to a new place instead of the default path, and I can't
set Ruby's path from within system's enviroment variables due to
write/read restriction on the computer. How can I tell Scite where Ruby
is located so that I still use Ruby?

Thanks,

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

 
Reply With Quote
 
 
 
 
Phlip
Guest
Posts: n/a
 
      11-14-2008
> I install Ruby to a new place instead of the default path, and I can't
> set Ruby's path from within system's enviroment variables due to
> write/read restriction on the computer. How can I tell Scite where Ruby
> is located so that I still use Ruby?


Options -> Open ruby.properties ->

if PLAT_WIN
command.go.*.rb=c:/cygwin/usr/local/bin/ruby1.9 $(FileNameExt)

HTH!


 
Reply With Quote
 
 
 
 
Li Chen
Guest
Posts: n/a
 
      11-14-2008
Phlip wrote:
>> I install Ruby to a new place instead of the default path, and I can't
>> set Ruby's path from within system's enviroment variables due to
>> write/read restriction on the computer. How can I tell Scite where Ruby
>> is located so that I still use Ruby?

>
> Options -> Open ruby.properties ->
>
> if PLAT_WIN
> command.go.*.rb=c:/cygwin/usr/local/bin/ruby1.9 $(FileNameExt)
>
> HTH!


Hi,

Thank you very much.

I change the line to the following and it works:

if PLAT_WIN
command.go.*.rb=C:/Documents and Settings/chen73/My
Documents/Ruby/bin/ruby.exe $(FileNameExt)

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
question marks in ruby.api for SCiTE Matt Smith Ruby 3 10-06-2005 03:30 PM
SciTE Ruby Lexer (Update) Kaspar Schiess Ruby 3 05-03-2004 09:00 AM
SciTE Ruby Lexer Kaspar Schiess Ruby 8 05-01-2004 11:50 PM
How to pass args to Ruby script under SciTE? Richard Lionheart Ruby 2 04-21-2004 10:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57