Why does ~/.pyenv/shims come after ~/.local/bin? #2318
Unanswered
david-vicente
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing pyenv and following all the instructions, running
gives me something like
So if I have binaries on
$HOME/.local/bin
they have precedence.Is there a reason for this? Shouldn't
$HOME/.pyenv/shims
come before$HOME/.local/bin
?Beta Was this translation helpful? Give feedback.
All reactions