MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / Install

Method Install

pkg/python/python.go:102–102  ·  view source on GitHub ↗
(ctx *gcp.Context, l *libcnb.Layer, reqs ...string)

Source from the content-addressed store, hash-verified

100// pipInstaller is an interface for installing python dependencies.
101type pipInstaller interface {
102 Install(ctx *gcp.Context, l *libcnb.Layer, reqs ...string) error
103}
104
105// Command returns "python" on Windows and "python3" on other operating systems.

Callers 2

UVInstallRequirementsFunction · 0.65
PIPInstallRequirementsFunction · 0.65

Implementers 7

MakerPipInstallerpkg/python/python.go
MakerUVDependencyInstallerpkg/python/python.go
MakerUVInstallerpkg/python/pyproject.go
MakerRubyGemsInstallerpkg/ruby/ruby.go
MakerBundleInstallerpkg/ruby/ruby.go
MakerInstallerpkg/execd/execd.go

Calls

no outgoing calls

Tested by

no test coverage detected