All scripts in libexec/ (excluding pyenv) are called through pyenv, therefore the shebang lines are not necessary. On some systems this provides a measurable increase in performance of the shell prompt. Related to pyenv/pyenv-virtualenv#259pull/1153/head
| @ -1,3 +1,2 @@ | |||||
| #!/usr/bin/env bash | |||||
| # Summary: Display the root directory where versions and shims are kept | # Summary: Display the root directory where versions and shims are kept | ||||
| echo "$PYENV_ROOT" | echo "$PYENV_ROOT" | ||||