docs: Add link to list of available Python distributions

Add a link to the python-build share directory in the intro section
so users can see which Python distributions are supported before
installing pyenv.

Closes #2953
This commit is contained in:
Michael Newman 2026-09-05 22:59:49 -04:00
parent 265b0dcefa
commit fa650abbf5
No known key found for this signature in database
GPG key ID: 63B69C1947107D14

View file

@ -13,6 +13,8 @@ This project was forked from [rbenv](https://github.com/rbenv/rbenv) and
* Lets you **change the global Python version** on a per-user basis.
* Provides support for **per-project Python versions**.
* Supports **multiple Python distributions**: CPython, PyPy, Stackless Python, Jython, and more.
See the [full list of available versions](https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build).
* Allows you to **override the Python version** with an environment
variable.
* Searches for commands from **multiple versions of Python at a time**.