berkshelf/berkflow

No /opt/chefdk/embedded/bin/blo on OSX 10.9.2

jreslock opened this issue · 1 comments

I'm trying to install this on my Mac with ChefDK 0.1.0. Two things I am observing:

  1. No /opt/chefdk/embedded/bin/blo although there is a gem in /opt/chefdk/embedded/lib/ruby/gems/2.1.0/cache/berkflow-0.6.0.gem

  2. An error installing via chef gem install...

WARN: Unresolved specs during Gem::Specification.reset:
yajl-ruby (~> 1.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.

I think the two may be related. I've removed ~/.chefdk and re-tried the installation with no success. Any ideas?

I am closing this. I had two versions of yajl-ruby installed and also did not have /Users/jreslock/.chefdk/gem/ruby/2.1.0/bin in my path. Once I did that I was able to get this installed and working just fine. Operator error.