0

I get a permission denied error while installing Nokogiri 1.6.1.2.

The error is:

While executing gem ... (Errno::EACCES)     Permission denied - /usr/local/rvm/gems/ruby-1.9.3-p392/build_info/nokogiri-1.6.1.info
the Tin Man
  • 158,662
  • 42
  • 215
  • 303
  • 1
    hi and welcome to stack overflow. it would help us to help you if you were to add a bit more explanation to your question. Otherwise we have to *guess* : what you were doing to cause this error? what your setup its? what research you have done on the topic already? In future, can you please edit your question and add all this information? – Taryn East Jul 18 '14 at 07:52

2 Answers2

0

It looks like you've installed RVM on the root level. This post might help you solve this issue:

"How to install RVM system requirements without giving sudo access for RVM user"

Community
  • 1
  • 1
juanpaolo
  • 625
  • 5
  • 14
0

I had the same problem. When I used RailsInstaller back in 2013, it placed RVM at the system level (which causes problems).

All you need to do is uninstall then reinstall RVM. Here is the most detailed way of uninstalling RVM: "How can I remove RVM (Ruby Version Manager) from my system?"

Community
  • 1
  • 1
Jeff Eisley
  • 193
  • 1
  • 2
  • 10