This reverts commit 070e1c859f, reversing changes made to 3faeda67bb.
070e1c859f
3faeda67bb
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
`pip -v install foobar` or `pip -q install foobar` did not trigger a rehash before. Now it should have the same behaviour as `pip install foobar`.
conda install
Fixes https://github.com/yyuu/pyenv/issues/367