LoginSignup
20
10

More than 5 years have passed since last update.

../completions/plenv.bash:16: command not found: completeの対処法

Posted at

shellにログインしたときにこのようなエラーが出ることがある。

~/.plenv/libexec/../completions/plenv.bash:16: command not found: complete

解決方法

~/.zshrc などで下記のようにする。

-  eval "$(plenv init -)"
+  eval "$(plenv init - zsh)"
20
10
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
20
10