pipx-in-pipx (formerly pipipxx)

1.0.1 · maintenance · verified Fri Apr 17

pipx-in-pipx (pronounced 'pipx in pipx') is a utility designed to bootstrap pipx itself using pipx. It allows for running or installing pipx into an isolated pipx environment, primarily for ensuring a consistent pipx setup or installing specific pipx versions. The current version is 1.0.1, released in October 2019, indicating a stable but less actively developed codebase.

Common errors

Warnings

Install

Imports

Quickstart

This command uses `pipx run` to execute the `pipipxx` module (which is `pipx-in-pipx`), which in turn installs a specific version of `pipx` (e.g., 1.2.0) into its own isolated pipx environment. This is the primary use case for managing pipx versions or ensuring a clean pipx setup.

pipx run pipipxx -- install --spec 'pipx==1.2.0'

view raw JSON →