LoginSignup
1
1

More than 5 years have passed since last update.

ndenvにパスが通らない

Last updated at Posted at 2018-05-11

結論

$HOME/.anyenv/binにパスを通せばいいとあったけど通しても呼べなかったのでもう直接pathを通した。

set -U fish_user_paths $fish_user_paths $HOME/.anyenv/envs/ndenv/bin/

fish全然わからん

追記
anyenvにパスを通してもだめだった(evel ndenvとevel anyenv両方やったせい?anyenvの方にnodeが入ってない)

とりあえずbrewで入れたnodeを削除して
ndenv installすると$HOME/.ndenv配下に入っていたので
$HOME/.ndenv/shimsにパスを通して解決した

参考
https://qiita.com/tonkotsuboy_com/items/5322d226b6783d25b5df

1
1
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
1
1