gem installで権限周りのエラーが出るのが面倒なので導入
brew install rbenv
rbenv init
echo '# rbenv\neval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc
rbenv install {version}
rbenv local {version}
Go to list of users who liked
More than 5 years have passed since last update.
gem installで権限周りのエラーが出るのが面倒なので導入
brew install rbenv
rbenv init
echo '# rbenv\neval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc
rbenv install {version}
rbenv local {version}
Register as a new user and use Qiita more conveniently
Go to list of users who liked