piputils

package
v2.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDepTreeScriptPath

func GetDepTreeScriptPath() (string, error)

Return path to the dependency-tree script, if not exists it creates the file.

func RunPipDepTree

func RunPipDepTree(venvDirPath string) (map[string][]string, []string, error)

Executes the pip-dependency-map script and returns a dependency map of all the installed pip packages in the current environment to and another list of the top level dependencies

func RunPipInstall

func RunPipInstall(venvDirPath string) (err error)

Execute pip install command. "pip install ."

func RunVirtualEnv

func RunVirtualEnv(venvDirPath string) (err error)

Execute virtualenv command: "virtualenv {venvDirPath}" / "python3 -m venv {venvDirPath}"

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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