-
Notifications
You must be signed in to change notification settings - Fork 100
On Mac OS 10.10 'can't find gem berkshelf (>= 0.a)' #315
Comments
I have fixed it using @sethvargo's advice from #256. Completely remove vagrant and |
I have talked to soon. It still doesn't work. Same error. This time I have installed latest vagrant with
Can someone shed some light please :). Thank you. |
@valentinbud any update on this? I'm having 1 for 1 the exact same issue |
Hi, I've already tried re-installing Vagrant and downgrading to
|
I fixed this on mac OS by placing /opt/chefdk/bin before everything else in the PATH. |
I was getting this |
Motivation: not everyone who are trying to run Vagrant with Chef provisioning prefer to have the bulky installation of ChefDK, and berksfile gem simply works. Judging by the amount of issues complaining about being unable to locate berksfile gem, this is often a problem: berkshelf#318 berkshelf#315
Dear community,
I have the following environment:
Mac OS X 10.10.5.
Vagrant installed from https://www.vagrantup.com/downloads.html.
Chef Development Kit installed from https://downloads.chef.io/chefdk.
And
berks
is found at proper location. I have appended/opt/chefdk/embedded/bin
to$PATH
.At
vagrant up
I receive the following error:A few things I have noticed. Using chefdk's
gem
command I found out thatwdm
gem is not installed and others are at different versions.Note the version from
Ignoring
warning is different,1.6.7.1
.The same with
ffi (1.9.14)
.I don't know if that has anything to do with the error but I thought it's worth mentioning.
The text was updated successfully, but these errors were encountered: