69
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pyenv自体をアップデートして"No such file or directory"となった時

Posted at

homebrewでpyenvをインストールしていて、homebrewでpyenvがアップデートされた時、以下のエラーが発生した。

$pip
/Users/nnyn/.pyenv/shims/pip: line 21: /usr/local/Cellar/pyenv/1.2.4/libexec/pyenv: No such file or directory

~/.pyenv/shims/pythonの中身が古いパスのままになっている。
これを最新のパスにするには以下を実行する。

pyenv rehash
69
26
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
69
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?