centos ruby通过rvm更新版本
生活随笔
收集整理的這篇文章主要介紹了
centos ruby通过rvm更新版本
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
curl -sSL https://get.rvm.io | bash
/usr/local/rvm/bin/rvm install 1.9.3
vim /etc/profile
添加一行
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
source /etc/profile
type rvm | head -1
?rvm use 1.9.3
ruby -v
轉載于:https://my.oschina.net/u/232595/blog/776756
總結
以上是生活随笔為你收集整理的centos ruby通过rvm更新版本的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何制作一款HTML5 RPG游戏引擎—
- 下一篇: http缓存机制和原理详解