Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_PYTHON_VERSION = "3.13.2" UV_CACHE_DIR = "/opt/uv-cache" PIP_CACHE_DIR = "/opt/pip-cache" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonProvider ¶
type PythonProvider struct{}
func (*PythonProvider) Detect ¶
func (p *PythonProvider) Detect(ctx *generate.GenerateContext) (bool, error)
func (*PythonProvider) GetPythonEnvVars ¶
func (p *PythonProvider) GetPythonEnvVars(ctx *generate.GenerateContext) map[string]string
func (*PythonProvider) Name ¶
func (p *PythonProvider) Name() string
func (*PythonProvider) Plan ¶
func (p *PythonProvider) Plan(ctx *generate.GenerateContext) error
Click to show internal directories.
Click to hide internal directories.