为更新到ruby的最新版本,可通过以下命令解决:
升级
brew update
安装
brew install ruby
添加环境变量
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
执行
source ~/.bash_profile
为更新到ruby的最新版本,可通过以下命令解决:
brew update
brew install ruby
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile