where do I have to copy the libs folder to so that IronRuby picks it up?
I can require them when i put them in the same folder where I call the
ir
command.
We don’t do anything auto-magic as far as the path is concerned. I
specify the include directories on the command-line by running the
now-notorious “ir.cmdâ€. My version of the file looks like this:
where do I have to copy the libs folder to so that IronRuby picks it up?
I can require them when i put them in the same folder where I call the
ir command.
C:\tools\IronRuby\build\debug
» ir
IronRuby 1.0.0.0http://1.0.0.0 on .NET 2.0.50727.1434
Copyright (c) Microsoft Corporation. All rights reserved.
Note that local variables do not work today in the console.
As a workaround, use globals instead (eg $x = 42 instead of x = 42).
require ‘yaml’
=> true
Somehow this doesn’t seem right to me… but that’s probably because I’m
putting my stuff in the wrong place.
also when I compile with rake compile config=release
it will just compile a debug version