Where is $PYENV_ROOT/bin? #2684
-
The readme setup includes lines like
yet in other places its
I don't see a bin folder in my .pyenv folder, but I DO have a shims folder. Is this an error in the readme or am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You won't have That's why the suggested setup for Bash/Zsh only adds that directory to We did not duplicate this feature in Fish setup because we're less familiar with its syntax. We'll gladly accept a PR fixing that. |
Beta Was this translation helpful? Give feedback.
You won't have
$PYENV_ROOT/bin
if Pyenv is installed at a path different than$PYENV_ROOT
-- e.g. with Homebrew.That's why the suggested setup for Bash/Zsh only adds that directory to
PATH
ifpyenv
is not already onPATH
.We did not duplicate this feature in Fish setup because we're less familiar with its syntax. We'll gladly accept a PR fixing that.