(ctx *gcp.Context, l *libcnb.Layer, reqs ...string)
| 100 | // pipInstaller is an interface for installing python dependencies. |
| 101 | type 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. |
no outgoing calls
no test coverage detected