On Feb 02, 2010, at 8:58 am, Kristian Mandrup wrote:

> Using brew as package manager
> kristian-mandrups-macbook-pro:rspec-coding kristianconsult$ spec --
> help
> 
> -bash: spec: command not found
> $

If you're using Homebrew[1] (?) you'll need to figure out where it's storing 
binaries.

Run "find / -name spec" to locate the command.  Then run "echo $PATH" and check 
that the directory containing "spec" is in the list.  If not you'll need to add 
it in your .bashrc or something (I don't use bash).

HTH

Ashley


[1] http://github.com/mxcl/homebrew

-- 
http://www.patchspace.co.uk/
http://www.linkedin.com/in/ashleymoran

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to