mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 16:03:36 +00:00
02e1d4a293
In exceptional cases (custom installation, malfunctions elsewhere), `pyenv-commands --sh` may return nothing. In non-Fish, this would cause "syntax error near unexpected token `)'" in `pyenv()`. Bash does not allow to specify a `case` option that would never match. This works around it by defaulting to `/`. Commands, being filenames, can never match it. In Fish, nothing needs to be done: it apparently does interpret a `case` without argument as one that never matches. |
||
---|---|---|
.. | ||
pyenv | ||
pyenv---version | ||
pyenv-commands | ||
pyenv-completions | ||
pyenv-exec | ||
pyenv-global | ||
pyenv-help | ||
pyenv-hooks | ||
pyenv-init | ||
pyenv-latest | ||
pyenv-local | ||
pyenv-prefix | ||
pyenv-rehash | ||
pyenv-root | ||
pyenv-sh-rehash | ||
pyenv-sh-shell | ||
pyenv-shims | ||
pyenv-version | ||
pyenv-version-file | ||
pyenv-version-file-read | ||
pyenv-version-file-write | ||
pyenv-version-name | ||
pyenv-version-origin | ||
pyenv-versions | ||
pyenv-whence | ||
pyenv-which |