LoginSignup
0
0

More than 1 year has passed since last update.

【ノート】rbenv

Last updated at Posted at 2022-04-06

install

brew update
brew install rbenv ruby-build
rbenv --version
brew upgrade rbenv
rbenv init

how to use

rbenv install -l
rbenv install 2.5.0
rbenv versions
rbenv global 2.5.0

check

curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0