pyenv/libexec
Ivan Pozdeev 8439f8e187 Simplify init scheme; update & clarify the README
Now the setup is to add to both rc and profile:
1) set PYENV_ROOT
   (can do it unconditionally -- since if you change it,
   you need to update all places anyway since any of them can be run first)
2) Add `pyenv` to PATH if not already there
3) eval "$(pyenv init -)"

Not a breaking change, old setup will continue to work.
2022-05-02 19:07:24 +03:00
..
pyenv Prevent duplicate PATH entries when bin_path/.. is the same as PYENV_ROOT (#2045) 2021-09-15 01:09:50 +03:00
pyenv---version v2.2.5 Add new CPython versions 2022-03-16 16:58:43 -04:00
pyenv-commands
pyenv-completions
pyenv-exec Fix typos in command examples (#2147) 2021-11-09 09:50:29 +03:00
pyenv-global
pyenv-help Fix random "broken pipe" 2021-09-21 07:43:58 +03:00
pyenv-hooks
pyenv-init Simplify init scheme; update & clarify the README 2022-05-02 19:07:24 +03:00
pyenv-local
pyenv-prefix docs(pyenv-prefix): note support for multiple versions (#2270) 2022-03-09 05:33:01 +03:00
pyenv-rehash
pyenv-root
pyenv-sh-rehash
pyenv-sh-shell
pyenv-shims
pyenv-version
pyenv-version-file
pyenv-version-file-read
pyenv-version-file-write
pyenv-version-name
pyenv-version-origin
pyenv-versions
pyenv-whence
pyenv-which