美文网首页
2022mac升级ruby到最新

2022mac升级ruby到最新

作者: 灬小0哥 | 来源:发表于2022-01-11 16:26 被阅读0次

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

升级

brew update

安装

brew install ruby

添加环境变量

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

执行

source ~/.bash_profile

相关文章

网友评论

      本文标题:2022mac升级ruby到最新

      本文链接:https://www.haomeiwen.com/subject/bfabcrtx.html