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
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
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"
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?"