LoginSignup
2
0

More than 1 year has passed since last update.

【備忘録】anyenvの導入

Posted at

anyenvの導入

# anyenvのインストール
$ brew install anyenv

# 初期化処理をzshrc記述
$ echo 'eval "$(anyenv init -)"' >> ~/.zshrc

# シェルを再起動
$ exec $SHELL -l

# anyenvの初期化
$ anyenv install --init

# 各envのアップデートも簡単に出来るようにプラグインを導入
$ mkdir -p $(anyenv root)/plugins
$ git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update

# updateコマンドが利用できるようになる
$ anyenv update
2
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
2
0