# File lib/chef/knife/solo_cook.rb, line 240
      def berkshelf_install
        path = KnifeSolo::Berkshelf.new(config, ui).install
        add_cookbook_path(path) if path
      end