Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created August 23, 2019 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/c3953a4f12c57bcf3581806c7c098b98 to your computer and use it in GitHub Desktop.
Save donchan922/c3953a4f12c57bcf3581806c7c098b98 to your computer and use it in GitHub Desktop.
# 日本語入力できるようにする
$ brew install readline
# Rubyのバージョンを確認する
$ rbenv version
2.5.3 (set by /Users/donchan922/.rbenv/version)
# Rubyを再インストールする
$ rbenv uninstall 2.5.3
$ rbenv install 2.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment