I cannot bootstrap the Spork configuration

630 views Asked by At

I run spork --bootstrap on the command line and I get the error -bash: spork: command not found

I know I have spork installed because when I run bundle show spork I get /Library/Ruby/Gems/1.8/gems/spork-0.9.0.rc3

I even tried changing the directory to where Spork is and ran spork --bootstrap but I get the same error message.

What should I do?

1

There are 1 answers

0
Dylan Markow On BEST ANSWER

Since it sounds like you used Bundler to install it, try running bundle exec spork --bootstrap and it should work.