pyenv.pyenv-virtualenv/bin
Sam Doran c483e44cb4
Fix incorrect IFS handling
The echo "${VIRTUALENV_PREFIX_PATHS[*]}" statement at the end of the file
only worked by accident because IFS=: was set earlier in the file.

Properly set/unset IFS.
2026-04-23 18:02:22 -04:00
..
pyenv-activate Revert activate completion hint change 2026-04-23 17:29:18 -04:00
pyenv-deactivate Fix confusing activate/deactivate error messages (#495) 2024-12-08 21:43:35 +03:00
pyenv-sh-activate Remove --only-aliases option for later discussion 2026-04-23 17:29:18 -04:00
pyenv-sh-deactivate Add fish prompt changing (#475) 2024-02-12 12:58:27 +03:00
pyenv-virtualenv Include aliases in completetions 2026-04-23 17:29:18 -04:00
pyenv-virtualenv-delete Prevent loss of data on virtualenv-delete -f if the env doesn't exist and the PREFIX envvar is set elsewhere (#518) 2025-12-13 20:05:26 +03:00
pyenv-virtualenv-init Fix POSIX sh (dash) compatibility in pyenv-virtualenv-init (#526) 2026-04-21 18:53:01 +03:00
pyenv-virtualenv-prefix Fix incorrect IFS handling 2026-04-23 18:02:22 -04:00
pyenv-virtualenvs Check for existence of venv directory 2026-04-23 17:30:06 -04:00