Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はubuntuを使用していて、rbenv+ruby-buildをインストールしています。いずれかのバージョンをインストールしようとすると、エラーが発生します。/usr/local/rbenv/versionsログから、Permission deniedエラーが発生するrubyをインストールしようとしているようです。これが正しいパスバージョンになるべきかどうかわかりませんか?私のMacではその/usr/local/Cellar/rbenv/shims/ruby!
/usr/local/rbenv/versions
Permission denied
/usr/local/Cellar/rbenv/shims/ruby
どんな手掛かり?
を使用しsudo <your_install_command>ます。
sudo <your_install_command>