Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonRuntime ¶
type PythonRuntime struct {
// contains filtered or unexported fields
}
PythonRuntime implements the Runtime interface for Python
func New ¶
func New(cache types.Cache, downloader types.Downloader) *PythonRuntime
New creates a new Python runtime manager
func (*PythonRuntime) GetLatest ¶
func (p *PythonRuntime) GetLatest(ctx context.Context) (string, error)
GetLatest downloads the latest stable Python version
Click to show internal directories.
Click to hide internal directories.