Ok let me see if I can explain this better. I was looking for a solid
commerce solution and I stumbled upon Spree. I already had rails
installed on my mac so I figured I will just follow the 'Getting
Started'
instructions on the spree website under documentation.
So I skipped step one which is "gem install rails" then I completed
step two successfully "gem install spree". The next step is to run
"spree mystore"
this is where my terminal spits out "-bash spree command not found".
I figured maybe the gem did not install correctly so I tried "gem list
spree" and
terminal returned "spree 8". So it looks like the gem is installed. Is
it true
that all I should have to do is run " spree 'appname' " in terminal
and
it will create a new app?
Has anyone else experienced this?