前提
mac使用してます。
brew使ってinstallします!!shはzshです。
asdfとは
言語やツールのバージョン管理できるCLIツール
install
▼以下公式ガイドの通りにinstall
https://asdf-vm.com/guide/getting-started.html
詰まった。。。
公式ガイドの通りにinstallしたが、nodeが実行できない!
$ node
zsh: command not found: node
どうやら以下のパスを通さなれければいけなさそう。
.zshrc
export PATH=$PATH/.asdf/shims/
$ asdf reshim nodejs