ndenv: which: command not found

ndenv: which: command not found

$ ndenv install v8.7.0
で、新しいverisonのnode.js を入れて切り替えて $ which node とかやったら
こう言われた

The `which' command exists in these Node versions:
ここに ndenv で install した versions が表示される
v7.6.0

なんだ

/Users/daiki/.anyenv/envs/ndenv/versions
v7.6.0
which のエイリアスある

v8.7.0
which のエイリアスない

v7.6.0/bin/which を v8.7.0/bin/ にコピーしてみる

$ which node
/Users/daiki/.anyenv/envs/ndenv/versions/v8.7.0/bin/node

行けたっぽい

Powered by Helpfeel