I'm trying to install Spree on my Mac with Rails 1.9.2 - I'm getting an error message.

Posted by william tell on Stack Overflow See other posts from Stack Overflow or by william tell
Published on 2011-01-03T00:29:27Z Indexed on 2011/01/03 8:53 UTC
Read the original article Hit count: 332

Filed under:
|
|
|

I'm doing a local install on Mac OSX of Spree (a Ruby-based ecommerce package) following the tutorial on this page.

I'm using RVM to run Ruby 1.9.2 and rails 3.0.3. I run "gem install spree" successfully to load spree version 0.40. But when I run "Gem Install Spree" I get the following message. Can anyone help?

/Library/Ruby/Site/1.8/rubygems.rb:335:in `bin_path': can't find executable spree for spree-0.40.0 (Gem::Exception)
 from /usr/bin/spree:19

Also, when I run "Gem list spree" I get an empty list.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems