码迷,mamicode.com
首页 > 系统相关 > 详细

rbenv mac&&linux 安装简单说明

时间:2019-06-28 20:55:13      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:资料   mod   asc   comment   amp   简单   nat   def   theme   

mac

可以通过brew

linux

官方提供了运行脚本

# with curl
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
?
# alternatively, with wget
wget -q https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer -O- | bash

安装检查

# with curl
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash
?
# alternatively, with wget
wget -q https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor -O- | bash

说明

对于使用shell脚本安装的需要配置环境变量,安装完成之后会有提示

参考资料

https://github.com/rbenv/rbenv-installer

rbenv mac&&linux 安装简单说明

标签:资料   mod   asc   comment   amp   简单   nat   def   theme   

原文地址:https://www.cnblogs.com/rongfengliang/p/11104665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!