Nice to meet you, I'm a Ruby beginner.
I wanted to try scraping, so I tried to install Nokogiri's gem, but I got an error, and when I dealt with it, I ended up with the following error and I couldn't compete with it at all.
I would appreciate your cooperation.><
$gem install nokogiri [/Users/yukito/dev/scraping]
ERROR: While executing gem... (Errno::EACCES)
Permission denied @rb_sysopen-/Users/yukito/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2/.autotest
I apologize for the rudimentary question, but I appreciate your cooperation.
ruby-on-rails nokogiri
Perhaps you ran $sudogem install xxx and lost access to /Users/Account Name/.rbenv?
I don't know if it's a solution or not at the following site, but there's a solution.
https://github.com/rbenv/rbenv/issues/930
$sudo town-R YOURUSER:staff/Users/me/.rbenv
Try the following command:
$rbenv rehash
If it doesn't work, I think it would be easier for the respondents to answer if they put the results of the output in gemenv
.
581 PHP ssh2_scp_send fails to send files as intended
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.