pip

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package pip provides utility functions for installing Python packages via pip.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInstall indicates a failure to install pip packages.
	ErrInstall = errors.New("failed to install python packages")

	// ErrLocalPathNotFound indicates that the specified local package path does not exist.
	ErrLocalPathNotFound = errors.New("local pip package path not found")
)

Functions

func Install

func Install(ctx context.Context, tools []*config.PipTool) error

Install installs a list of pip tools into the environment.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL