Closed basicecon closed 8 years ago
@kathy007 I think that path configuration is likely to be the problem. Is it intended on your part to install your gems to /home/vagrant/.gem
? You might want to try deleting the .bundle/config
file from your project and see if that works.
@bundler/contrib do we want to try to handle ENOTSUP
in the same way that we do EACCES
since #4016.
I haven't found anything definitive, but I suspect that ENOTSUP
is what OS X Yosemite is raising for operations prevented by system integrity protection.
I do think we should handle ENOTSUP
via a new Bundler error class or picking an appropriate existing one.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
What did you do?
I ran the command
/usr/local/bin/bundle install
What did you expect to happen?
I expected Bundler to...
What happened instead?
Instead, what actually happened was...
Error details
Environment
Bundler settings
--- TEMPLATE END ----------------------------------------------------------------