为什么不能安装vagrant-berkshelf

来源:2-3 使用Vagrant搭建完整开发环境

HuiGuoRose

2015-03-26 15:09

root@iTears:/home# chef -v
Chef Development Kit Version: 0.4.0

root@iTears:/home# gem install berkshelf
Successfully installed berkshelf-3.2.3
1 gem installed

root@iTears:/home# vagrant plugin install vagrant-berkshelf
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes...
Installed the plugin 'vagrant-berkshelf (4.0.3)'!
Post install message from the 'vagrant-berkshelf' plugin:

The Vagrant Berkshelf plugin requires Berkshelf from the Chef Development Kit.
You can download the latest version of the Chef Development Kit from:

https://downloads.getchef.com/chef-dk

Installing Berkshelf via other methods is not officially supported.


写回答 关注

2回答

  • 洪涛
    2015-03-26 18:08:04
    已采纳

    你是用什么方式Chef的?看上去你安装的方式不对导致vagrant-berkshelf没有认出你安装的这个chef

    HuiGuo...

    洪老师 我需要你的帮助~~

    2015-03-30 22:58:12

    共 4 条回复 >

  • taichirain
    2015-10-01 20:11:48

    我也碰到这个问题,后来的解决方式是:

    vagrant plugin install vagrant-berkshelf --plugin-version 2.0.1 --verbose

    安装成功

洪大师带你解读Symfony 2框架

洪大师教你玩转强大的框架-Symfony2,提高代码性能

20610 学习 · 245 问题

查看课程

相似问题