v/python
2024-01-28 21:41:12 -05:00
..
cli.go refactor(python-cli): push python namespace to python module 2024-01-26 00:47:30 -05:00
commands.go refactor(python-cli): push python namespace to python module 2024-01-26 00:47:30 -05:00
commands_test.go refactor(python-cli): push python namespace to python module 2024-01-26 00:47:30 -05:00
install.go refactor(python): move python-specific logic to own module 2024-01-25 23:22:54 -05:00
pythonversion_test.go refactor(python): move python-specific logic to own module 2024-01-25 23:22:54 -05:00
README.md docs(python): summary notes on the python module 2024-01-28 21:41:12 -05:00
shims.go refactor(python): relocate py shims to module 2024-01-28 16:57:09 -05:00
version.go refactor(python): move python-specific logic to own module 2024-01-25 23:22:54 -05:00

Python support

Managing Python versions is supported via v python <command>, see v help for a breakdown of what's available.

Shims

Shims are configured in python/shims.go.

Available versions

Versions are pulled from Python's ftp repository as gzipped tarballs. Any version available where is available for installation via v python install.