2022mac升级ruby到最新

为更新到ruby的最新版本,可通过以下命令解决:

升级

brew update

安装

brew install ruby

添加环境变量

echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile

执行

source ~/.bash_profile

你可能感兴趣的:(2022mac升级ruby到最新)