# Installer pypy

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

## installation

```sh
sudo av install brew:pypy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pypy
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pypy
```

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

### Linux

- apk (92%):

```sh
sudo apk add pypy
```

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

- dnf (92%):

```sh
sudo dnf install pypy
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#pypy
```

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

- pacman (92%):

```sh
sudo pacman -S pypy
```

  Preuve: Arch Linux sync databases: pypy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:pypy
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/pypy>
- **Version:** 7.3.22
- **Résumé source:** Highly performant implementation of Python 2 in Python
- **Page d'accueil:** <https://pypy.org/>
- **Docs amont:** <https://pypy.org/>
- **Licence:** MIT
- **Archive source:** <https://downloads.python.org/pypy/pypy2.7-v7.3.22-src.tar.bz2>
- **Mis à jour:** 2026-04-28T17:28:50Z
- **Source générée:** 2026-05-26T17:25:59+00:00

## exécutables

- pypy (cli)
- pypy (alias)

## Dépendances

- gdbm
- openssl@3
- sqlite
- tcl-tk@8

## Dépendances de compilation

- pkgconf

## Bibliothèques fournies par macOS

- bzip2
- expat
- libffi
- ncurses
- unzip

## Comportement d'installation

- hook post-installation: défini
- Caveats: A "distutils.cfg" has been written to: $HOMEBREW_CELLAR/pypy/7.3.22/libexec/lib-python/2.7/distutils specifying the install-scripts folder as: $HOMEBREW_PREFIX/share/pypy If you install Python packages via "pypy setup.py install", easy_install_pypy, or pip_pypy, any provided scripts will go into the install-scripts folder above, so you may want to add it to your PATH *after* $HOMEBREW_PREFIX/bin so you don't overwrite tools from CPython. Setuptools and pip have been installed, so you can use easy_install_pypy and pip_pypy. To update setuptools and pip between pypy releases, run: pip_pypy install --upgrade pip setuptools See: https://docs.brew.sh/Homebrew-and-Python
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 7.3.22
- gestionnaire mis à jour: 2026-04-28
- données locales: ok
- dépôt amont: https://pypy.org/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** green / low
- narrow executable package without higher-risk signals

## Liens liés

- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [sqlite](https://www.automicvault.com/pkg/brew/sqlite/) - Runtime dependency declared by Homebrew.
- [gdbm](https://www.automicvault.com/pkg/brew/gdbm/) - Runtime dependency declared by Homebrew.
- [tcl-tk@8](https://www.automicvault.com/pkg/brew/tcl-tk-8/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [pypy3.10](https://www.automicvault.com/pkg/brew/pypy3-10/) - Package name indicates the same formula family.

## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
