rbenv:GitHub
https://github.com/rbenv/rbenv
インストール
% brew update
% brew install rbenv
% rbenv init
rbenv initを実行すると、
# the following to ~/.zshrc:
eval "$(rbenv init -)"
と表示される。ここは素直になって ~/.zshrc にeval "$(rbenv init -)"を追記しておく。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
rbenv:GitHub
https://github.com/rbenv/rbenv
% brew update
% brew install rbenv
% rbenv init
rbenv initを実行すると、
# the following to ~/.zshrc:
eval "$(rbenv init -)"
と表示される。ここは素直になって ~/.zshrc にeval "$(rbenv init -)"を追記しておく。
Register as a new user and use Qiita more conveniently
Go to list of users who liked