pyenv.pyenv/plugins/python-build/test
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
..
fixtures Fix tests regard to --enable-unicode 2017-09-11 02:02:15 +00:00
stubs use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
tmp Add .gitignore 2014-01-21 00:04:02 +09:00
arguments.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
build.bats Fix leftover commented-out test code 2025-10-15 15:00:43 +03:00
cache.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
checksum.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
compiler.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
definitions.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
fetch.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
hooks.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
installer.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
mirror.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
pyenv.bats pyenv-install: install a version under a custom name with <version>:<alias> 2026-06-29 14:20:23 +05:30
pyenv_ext.bats Update URLs for PyPy nightly; Remove pypy3.5 and pypy3.7 nightly (#3466) 2026-06-02 13:16:51 +03:00
test_helper.bash use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00
version.bats use BATS_FILE_TMPDIR in test/plugin test 2025-09-15 19:48:34 +02:00