pyenv.pyenv/plugins/pyenv-binary/libexec
macayu17 f0ac849b16 pyenv-binary: reject invalid version names and drop readlink -f in save
A version is a single directory name under versions/, so refuse names with a
slash or a dot-dot component before building the prefix path.

Also emit the python paths directly instead of `readlink -f`, which BSD
readlink on macOS does not support; ldd/otool follow the symlinks anyway, so
the resolved paths were never needed.
2026-07-01 10:22:12 +05:30
..
pyenv-binary-save pyenv-binary: reject invalid version names and drop readlink -f in save 2026-07-01 10:22:12 +05:30