v/python
2024-01-31 19:54:57 -05:00
..
cli.go refactor(python-cli): push python namespace to python module 2024-01-26 00:47:30 -05:00
commands.go test(state-mgmt): add missing coverage for EnsureStatePath, relocate misplaced Python version listing func 2024-01-31 19:54:57 -05:00
commands_test.go refactor(python): install python versions to runtimes/python 2024-01-28 22:25:24 -05:00
install.go refactor(python): remove unnecessary client instantiation 2024-01-28 23:30:06 -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 test(state-mgmt): add missing coverage for EnsureStatePath, relocate misplaced Python version listing func 2024-01-31 19:54:57 -05:00
version_test.go fix(python): handle cases where the python runtime dir does not exist 2024-01-28 23:50:17 -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.