Blob Blame History Raw
.TH PIPX\-INJECT "1" "April 2021" "" "User Commands"
.SH NAME
pipx inject \- install packages into an existing virtual environment
.SH SYNOPSIS
.B pipx inject
.RB [ \-h ]
.RB [ \-\-include\-apps ]
.RB [ \-\-include\-deps ]
.RB [ \-\-system\-site\-packages ]
.RB [ \-\-index\-url\ \fIINDEX_URL ]
.RB [ \-\-editable ]
.RB [ \-\-pip\-args\ \fIPIP_ARGS ]
.RB [ \-\-force ]
.RB [ \-\-verbose ]
.I package
.I dependencies
.RI [ dependencies \ ...]
.SH DESCRIPTION
Installs packages to an existing
.BR pipx (1)-managed virtual environment.
.SH OPTIONS
.SS "POSITIONAL\ ARGUMENTS"
.TP
.I package
Name of the existing
.BR pipx (1)-managed
virtual environment to inject into
.TP
.I dependencies
the packages to inject into the virtual environment\(emeither package name or
.BR pip (1)
package spec
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h, \-\-help
Show a help message and exit
.TP
.B \-\-include\-apps
Add apps from the injected packages onto your
.I PATH
.TP
.B \-\-include\-deps
Include apps of dependent packages
.TP
.B \-\-system\-site\-packages
Give the virtual environment access to the system site-packages dir.
.TP
.B \-\-index\-url\ \fIINDEX_URL\fR, \fB\-i\ \fIINDEX_URL
Base URL of Python Package Index
.TP
.B \-\-editable\fR, \fB\-e
Install a project in editable mode
.TP
.B \-\-pip\-args\ \fIPIP_ARGS
Arbitrary
.BR pip (1)
arguments to pass directly to
.BR pip\-install (1)/upgrade
commands
.TP
.B \-\-force\fR, \fB\-f
Modify existing virtual environment and files in
.I PIPX_BIN_DIR
.TP
.B \-\-verbose
.SH "SEE\ ALSO"
.BR pip (1),
.BR pip\-install (1)
.P
.BR python (1)
.P
.BR pipx (1),
.BR pipx\-completions (1),
.BR pipx\-ensurepath (1),
.BR pipx\-install (1),
.BR pipx\-list (1),
.BR pipx\-reinstall (1),
.BR pipx\-reinstall\-all (1),
.BR pipx\-run (1),
.BR pipx\-runpip (1),
.BR pipx\-uninstall (1),
.BR pipx\-uninstall\-all (1),
.BR pipx\-upgrade (1),
.BR pipx\-upgrade\-all (1)