- Currently,
version-fox/vfox-python only provides official builds of Python, according to the results of vfox search python.

- For another Python version manager https://github.com/pyenv/pyenv , it also distributes the
GraalPy Community's Python distribution. GraalPy is a high-performance implementation of the Python language for the JVM built on GraalVM. GraalPy is a Python 3.11 compliant runtime. Installation on Linux and MacOS is documented at https://www.graalvm.org/python/docs/#installing-graalpy .
pyenv install graalpy-24.2.0
pyenv install graalpy-community-24.2.0
pyenv shell graalpy-24.2.0
- It would be great if
version-fox/vfox-python could try to provide distributions for GraalPy Community and GraalPy built on Oracle GraalVM. Both GraalPy Community and GraalPy built on Oracle GraalVM are distributed through https://github.com/oracle/graalpython/releases .