mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
83e5459cfb
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#259
2 lines
91 B
Text
Executable file
2 lines
91 B
Text
Executable file
# Summary: Display the root directory where versions and shims are kept
|
|
echo "$PYENV_ROOT"
|