https://github.com/version-fox/vfox-python
🐍Python plugin for vfox.
https://github.com/version-fox/vfox-python
pyenv python vfox-plugin
Last synced: about 1 month ago
JSON representation
🐍Python plugin for vfox.
- Host: GitHub
- URL: https://github.com/version-fox/vfox-python
- Owner: version-fox
- License: apache-2.0
- Created: 2024-04-01T03:28:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-26T07:38:32.000Z (about 2 months ago)
- Last Synced: 2026-04-26T09:29:01.812Z (about 2 months ago)
- Topics: pyenv, python, vfox-plugin
- Language: Lua
- Homepage: https://vfox.dev
- Size: 2.84 MB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vfox-python
Python plugin for [vfox](https://vfox.dev/).
## Install
After installing [vfox](https://github.com/version-fox/vfox), install the plugin by running:
```bash
vfox add python
```
if you want install the free-threaded mode of python, you can select the version ends with `t`, like `v3.14.0a4t`.
## Mirror
You can configure the mirror by `VFOX_PYTHON_MIRROR` environment variable. The default value
is `https://www.python.org/ftp/python/`.