xuanfour / xuanfour.github.io

blog
0 stars 0 forks source link

Ruby 安装配置 | 轩的博客 #5

Open xuanfour opened 5 years ago

xuanfour commented 5 years ago

https://blog.wozouwokan.com/%E7%A0%94%E5%8F%91%E7%8E%AF%E5%A2%83/2017/07/27/ruby-setup/

1 安装 rbenv # 安装 rbenv git clone https://github.com/sstephenson/rbenv.git ~/.rbenv source ~/.bash_profile # 确认 rbenv 的版本 rbenv -v # 更新 rbenv cd "$(rbenv root)" && git pull