How to tell Scite where Ruby is located

L

Li Chen

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
 
P

Phlip

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!
 
L

Li Chen

Phlip said:
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
 

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,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top