Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Pipx package (pipx-package)

Installs a pipx package.

Example Usage

"features": {
    "ghcr.io/devcontainers-extra/features/pipx-package:1": {}
}

Options

Options Id Description Type Default Value
package Select the pipx package to install. string -
version Select the version of the pipx package to install. string latest
injections Space delimitered list of python packages to inject into the main package env string -
includeDeps Include apps of dependent packages boolean false
interpreter Force python interpreter to be use (must already exists on the container). If none selected (the default) then python3 will be used (and will be installed in case it does not exists) string -

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.