rongfengliang

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

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-08-06
  • 2021-11-18
  • 2021-12-06
  • 2021-12-30
  • 2022-02-03
  • 2021-08-20
  • 2021-12-04
猜你喜欢
  • 2021-11-19
  • 2021-12-03
  • 2022-03-03
  • 2022-03-05
  • 2021-12-31
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案