rbenv mac&&linux 安装简单说明

Posted rongfengliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rbenv mac&&linux 安装简单说明相关的知识,希望对你有一定的参考价值。

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 安装简单说明的主要内容,如果未能解决你的问题,请参考以下文章

rbenv:bundle:在生产服务器上找不到命令

修改jmeter内存配置(win&mac&linux)

在Mac 上搭建Linux虚拟机--MacOS & VMware10 & CentOS 7

Homebrew国内如何自动安装(国内地址)(Mac & Linux)

Homebrew国内如何自动安装(国内地址)(Mac & Linux)

Homebrew国内如何自动安装(国内地址)(Mac & Linux)