pyenv.pyenv/plugins
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
..
python-build pyenv-install: install a version under a custom name with <version>:<alias> 2026-06-29 14:20:23 +05:30
.gitignore gitignore the bulid directory for tests 2023-08-27 20:27:48 +03:00