docs(python): summary notes on the python module
This commit is contained in:
parent
9dc0d039d9
commit
2b7b63c9b4
1 changed files with 11 additions and 0 deletions
11
python/README.md
Normal file
11
python/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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](https://www.python.org/ftp/python/) as gzipped tarballs. Any version available where is available for installation via `v python install`.
|
Loading…
Reference in a new issue