Yep I had a look to the file as well and saw that
*> which bundle
/usr/local/bin/bundle
> cat `which bundle`
#!/usr/bin/ruby1.8
#
# This file was generated by RubyGems.
#
# The application 'bundler' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
  version = $1
  ARGV.shift
end

gem 'bundler', version
load Gem.bin_path('bundler', 'bundle', version)
*
and I saw the reference to ruby 1.8 . Note that when I saw that I ran 'gem
update bundle' and this file has not been changed.
...
cheers

On 8 February 2012 21:03, John Mettraux <[email protected]> wrote:

>
> On Wed, Feb 08, 2012 at 08:58:41PM +0100, Christophe Malaurie wrote:
> >
> > 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.
>
> OK, ruote_quickstart.rb doesn't have a hashbang line. Nothing to fix for
> me,
> great.
>
> > 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.
>
> what do
>
> ---8<---
> which bundle
> cat `which bundle`
> --->8---
>
> yield?
>
> It might be interesting to see what's the first line of the bundle script.
>
>
> Cheers,
>
> --
> 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

Reply via email to