mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 23:56:17 -04:00
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
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| stubs | ||
| tmp | ||
| arguments.bats | ||
| build.bats | ||
| cache.bats | ||
| checksum.bats | ||
| compiler.bats | ||
| definitions.bats | ||
| fetch.bats | ||
| hooks.bats | ||
| installer.bats | ||
| mirror.bats | ||
| pyenv.bats | ||
| pyenv_ext.bats | ||
| test_helper.bash | ||
| version.bats | ||