pyenv.pyenv/plugins/python-build/bin
macayu17 1ac5acdfb7 pyenv-install: install a version under a custom name with <version>:<alias>
Appending `:<alias>` to a version installs it under that name instead of the
version number, so several builds of the same version can coexist, e.g.

    pyenv install 3.12.0:my-3.12   # -> $PYENV_ROOT/versions/my-3.12

The alias is split off before the install hooks run, so each version in a
multi-version install can carry its own alias. The `latest` suffix is left
untouched so the existing `<prefix>:latest` resolution keeps working.

Closes #218
2026-06-29 14:20:23 +05:30
..
pyenv-install pyenv-install: install a version under a custom name with <version>:<alias> 2026-06-29 14:20:23 +05:30
pyenv-uninstall Make "y/N" prompt consistent with others (#3080) 2024-10-05 02:17:45 +03:00
python-build 2.7.3 2026-06-24 05:14:13 +03:00