# Installer pipx avec Homebrew, apk, apt, dnf, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de pipx pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:pipx
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pipx
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pipx
```

  Preuve: MacPorts ports tree: python/pipx/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add pipx
```

  Preuve: Alpine Linux edge package indexes: pipx from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install pipx
```

  Preuve: Debian stable package indexes: pipx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install pipx
```

  Preuve: Fedora Rawhide package metadata: pipx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#pipx
```

  Preuve: nixpkgs package indexes: pipx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Scoop (92%):

```sh
scoop install main/pipx
```

  Preuve: Scoop official bucket manifest trees: bucket/pipx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:pipx
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/pipx>
- **Version:** 1.16.5
- **Résumé source:** Execute binaries from Python packages in isolated environments
- **Page d'accueil:** <https://pipx.pypa.io>
- **Dépôt:** <https://github.com/pypa/pipx>
- **Docs amont:** <https://pipx.pypa.io>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/fb/cc/4080dd21bf5dd493a584caa5703aab5486cc4da1b095b38ee9a03f0c8897/pipx-1.16.5.tar.gz>
- **Dernière mise à jour:** 2026-07-30T21:19:37Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- pipx (cli)
- pipx (alias)

## Dépendances

- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.16.5
- gestionnaire mis à jour: 2026-07-30
- données locales: OK
- dépôt amont: https://pipx.pypa.io
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour pipx. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** pipx
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - pipx - 1.7.1-1: normalized package name match | Debian stable package indexes: pipx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | execute binaries from Python packages in isolated environments | https://github.com/pypa/pipx
- Nix - pipx: normalized package name match | nixpkgs package indexes: pipx from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - pipx - 1.4.3-1: normalized package name match | Ubuntu 24.04 LTS package indexes: pipx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | execute binaries from Python packages in isolated environments | https://github.com/pypa/pipx
- apk - pipx - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: pipx from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Install and Run Python Applications in Isolated Environments | https://github.com/pypa/pipx
- apk - pipx-pyc - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: pipx-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for pipx | https://github.com/pypa/pipx
- dnf - pipx - 1.16.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: pipx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Install and run Python applications in isolated environments | https://pipx.pypa.io
- dnf - pipx+uv - 1.16.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: pipx+uv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Metapackage for pipx: uv extras | https://pipx.pypa.io
- MacPorts - pipx: normalized package name match | MacPorts ports tree: python/pipx/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/pipx: normalized package name match | Scoop official bucket manifest trees: bucket/pipx.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [poetry](https://pkg.so/fr/brew/poetry/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python, virtual-environments.
- [pdm](https://pkg.so/fr/brew/pdm/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [pipgrip](https://pkg.so/fr/brew/pipgrip/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [ruff](https://pkg.so/fr/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pyenv-virtualenv](https://pkg.so/fr/brew/pyenv-virtualenv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [cask](https://pkg.so/fr/brew/cask/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management.
- [conan](https://pkg.so/fr/brew/conan/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, python.
- [pytest](https://pkg.so/fr/brew/pytest/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pipenv](https://pkg.so/fr/brew/pipenv/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, environments, management.

## Combined YAML source

View the package source record on GitHub. [combined/pipx.yml](https://github.com/mxcl/pkgdb/blob/main/combined/pipx.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
