RUBYLIB on windows

M

Marc Heiler

How do i set rubylib on windows?

Specifically I would like to ask a directory like

/Depot/Ruby/Source/

which contains my ruby scripts.

(PS: Windows drives me crazy... things which are easy on Linux seem to
be quite hard on Windows)
 
J

Joel VanderWerf

Marc said:
How do i set rubylib on windows?

Specifically I would like to ask a directory like

/Depot/Ruby/Source/

which contains my ruby scripts.

(PS: Windows drives me crazy... things which are easy on Linux seem to
be quite hard on Windows)

It's not so bad. On windows I have a file /local.rb like this:

# This is intended to be used with the env var
# RUBYOPT=-r/path/to/this/file
# For example,
# RUBYOPT=-r/local
# or
# RUBYOPT=-rubygems -r/local

require 'rubygems'

$LOAD_PATH.concat %w{
C:/prj/something/lib
C:/prj/something-else/lib
}
 
J

Jeff Moore

Marc said:
How do i set rubylib on windows?

Specifically I would like to ask a directory like

/Depot/Ruby/Source/

which contains my ruby scripts.

(PS: Windows drives me crazy... things which are easy on Linux seem to
be quite hard on Windows)

Assuming XP here:

My Computer [Desktop Icon(usually)] <right click> => Properties [Menu
Selection]

System Properties [Window] => Advanced [Tab] => Environment Variables
[Button]

Environment Variables [Window] => System Variables [Panel] => New
[Button]

NT has some similar chain, don't know about Vista, sorry
 
P

Phlip

(PS: Windows drives me crazy... things which are easy on Linux seem to
be quite hard on Windows)

Or install CygWin. There are still issues, but in general it will simulate a
GNU/POSIX environment, all the way down to a mutilatable /etc folder!
 

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,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top