Python plugin for vfox.
After installing vfox, install the plugin by running:
vfox add pythonif you want install the free-threaded mode of python, you can select the version ends with t, like v3.14.0a4t.
You can configure the mirror by VFOX_PYTHON_MIRROR environment variable. The default value
is https://www.python.org/ftp/python/.
export VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/Set VFOX_PYTHON_USE_UV_BUILD=1 to install prebuilt Python archives from the
vfox vault uv-build endpoint instead of building from pyenv/python-build.
On Linux, libc is detected automatically. Set VFOX_PYTHON_UV_LIBC=gnu or
VFOX_PYTHON_UV_LIBC=musl to override detection.
Set VFOX_PYTHON_UV_BUILD_MIRROR to download uv-build archives from a mirror.
For example:
export VFOX_PYTHON_UV_BUILD_MIRROR=https://registry.npmmirror.com/-/binary/python-build-standalone/