mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Use the code from pyenv-versions for efficiency and consistent output. The main performance problem was in the call to pyenv-virtualenv-prefix, which called pyenv-prefix, which then enumerated every virtual environment. This was done inside a loop, compounding the problem. Simply the virtual environment listing so that it does not have to call pyenv-virtualenv-prefix anymore. |
||
|---|---|---|
| .. | ||
| pyenv-activate | ||
| pyenv-deactivate | ||
| pyenv-sh-activate | ||
| pyenv-sh-deactivate | ||
| pyenv-virtualenv | ||
| pyenv-virtualenv-delete | ||
| pyenv-virtualenv-init | ||
| pyenv-virtualenv-prefix | ||
| pyenv-virtualenvs | ||