Skip to content

What exactly does pyenv insert into your PATH: $PYENV_ROOT/shims or $PYENV_ROOT/bin? #2030

Answered by native-api
lackhoa asked this question in Q&A
Discussion options

You must be logged in to vote

https://github.com/pyenv/pyenv#advanced-configuration:

Step 1 is done by eval "$(pyenv init --path)", the others are done by eval "$(pyenv init -)".

  1. Sets up your shims path. This is the only requirement for pyenv to function properly. You can do this by hand by prepending $(pyenv root)/shims to your $PATH.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lackhoa
Comment options

Answer selected by lackhoa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants