summaryrefslogtreecommitdiff
path: root/plugins/pyenv/README.md
AgeCommit message (Collapse)Author
2024-08-01fix(pyenv)!: do not load if a virtualenv is presentCarlo Sala
BREAKING CHANGE: `pyenv` will not be loaded at startup anymore if a virtual env if found to avoid overwriting the expected python version. Closes #12589
2024-03-14docs(pyenv): fix typo (#12283)guangwu
2023-05-15docs(pyenv): warn about pyenv init (#11692)Joe
2021-09-03feat(pyenv): don't load pyenv-virtualenv with `ZSH_PYENV_VIRTUALENV=false`Marc Cornellà
Closes #9443 Co-authored-by: Pandu POLUAN <pepoluan@gmail.com>
2021-09-03feat(pyenv): silence bad config warning with `ZSH_PYENV_QUIET=true`Marc Cornellà
2019-10-07pyenv: add README (#8224)Joe Rattazzi