maximilianhp
maximilianhp

Reputation: 49

Spree command not found

Can't figure out what I am doing wrong. Have successfully managed to create new storefront using the command:

rails g spree:install

But whenever I try to use the command 'spree' in the command line I get the error:

'command not found: spree'

This is proving problematic for creating extensions. Any help would be greatly appreciated.

Upvotes: 0

Views: 227

Answers (1)

maximilianhp
maximilianhp

Reputation: 49

Problem solved. Forgot to rehash rbenv.

Upvotes: 1

Related Questions