Yep John I tried as well and it does not make any difference. So it looks that running (rails, rails -c or irb) are loading the right environment, when running it from the terminal is not okay with the bundler environment. My ruby installation has been cleaned up and rebuilt from scratch and is running fine, at least no other problem to report.
I tried as well to set RUBYOPTS: > echo $RUBYOPT -rbundler/setup > bundle exec ./oneproc.rb /usr/bin/ruby1.8: no such file to load -- bundler/setup (LoadError) > ruby -v ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] > which ruby /usr/bin/ruby So oneproc.rb is a copy of your ruby examples/ruote_quickstart.rb and I do not believe this is a problem with your example, this is a problem with the ruby environment that I cannot see so far: in a way it looks that something is missing somewhere. I used to install ruote many times and had some other problems but all with quick fixes ran perfectly. This time I do not see where to look at. I cleaned the Gems, the Bundle files and so on. i have only one ruby version installed. tx cheers On 8 February 2012 20:18, John Mettraux <[email protected]> wrote: > Hello Christophe, > > have you tried replacing > > #!/usr/bin/ruby > > by > > #!/usr/bin/env ruby > > in your oneproc.rb, so that your current ruby is used, not your system > ruby. > > If oneproc.rb comes from ruote, please tell me where I can fix that. > > Thanks in advance, > > -- > John Mettraux - http://lambda.io/processi > > -- > you received this message because you are subscribed to the "ruote users" > group. > to post : send email to [email protected] > to unsubscribe : send email to > [email protected] > more options : http://groups.google.com/group/openwferu-users?hl=en > -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
