# Installer python@3.10

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

## installation

```sh
sudo av install brew:python@3.10
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install python@3.10
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install python310
```

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

### Linux

- zypper (92%):

```sh
sudo zypper install python310
```

  Preuve: openSUSE Tumbleweed package metadata: python310 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install python3.10
```

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

- pacman (92%):

```sh
sudo pacman -S python
```

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

- apk (92%):

```sh
sudo apk add python3
```

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

- Debian apt (92%):

```sh
sudo apt install python3
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#python3
```

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

### Windows

- winget (92%):

```sh
winget install --id Python.Python.3.10 -e
```

  Preuve: Windows Package Manager source index: Python.Python.3.10 from https://cdn.winget.microsoft.com/cache/source.msix

- Chocolatey (92%):

```sh
choco install python310
```

  Preuve: Chocolatey community package catalog: python310 from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','puppet-agent.portable'

- Scoop (92%):

```sh
scoop install versions/python310
```

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

## Faits du paquet

- **Clé du paquet:** brew:python@3.10
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/python@3.10>
- **Version:** 3.10.20
- **Résumé source:** Interpreted, interactive, object-oriented programming language
- **Page d'accueil:** <https://www.python.org/>
- **Docs amont:** <https://www.python.org/>
- **Licence:** Python-2.0
- **Archive source:** <https://www.python.org/ftp/python/3.10.20/Python-3.10.20.tgz>
- **Mis à jour:** 2026-05-22T08:00:29-04:00
- **Source générée:** 2026-05-26T17:25:59+00:00

## Dépendances

- gdbm
- mpdecimal
- openssl@3
- readline
- sqlite
- xz

## Dépendances de compilation

- pkgconf

## Bibliothèques fournies par macOS

- bzip2
- expat
- libffi
- libxcrypt
- ncurses
- unzip

## Comportement d'installation

- hook post-installation: défini
- Caveats: Python is installed as $HOMEBREW_PREFIX/bin/python3.10 Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to `python3.10`, `python3.10-config`, `pip3.10` etc., respectively, are installed into $HOMEBREW_PREFIX/opt/python@3.10/libexec/bin You can install Python packages with pip3.10 install <package> They will install into the site-package directory $HOMEBREW_PREFIX/lib/python3.10/site-packages `idle3.10` requires tkinter, which is available separately: brew install python-tk@3.10 If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH: brew install python3 See: https://docs.brew.sh/Homebrew-and-Python
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, x86_64_linux

## fraîcheur

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

## Notes de sécurité

versioned Python interpreter runtime.

- **Risque Geiger:** yellow / high
- versioned Python interpreter runtime

## 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.
- [xz](https://www.automicvault.com/pkg/brew/xz/) - Runtime dependency declared by Homebrew.
- [readline](https://www.automicvault.com/pkg/brew/readline/) - Runtime dependency declared by Homebrew.
- [mpdecimal](https://www.automicvault.com/pkg/brew/mpdecimal/) - Runtime dependency declared by Homebrew.
- [gdbm](https://www.automicvault.com/pkg/brew/gdbm/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [python-tk@3.10](https://www.automicvault.com/pkg/brew/python-tk-3-10/) - Popular package that depends on this formula.
- [python@3.13](https://www.automicvault.com/pkg/brew/python-3-13/) - Package name indicates the same formula family.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Package name indicates the same formula family.
- [python@3.12](https://www.automicvault.com/pkg/brew/python-3-12/) - Package name indicates the same formula family.
- [python@3.11](https://www.automicvault.com/pkg/brew/python-3-11/) - Package name indicates the same formula family.
- [python@3.9](https://www.automicvault.com/pkg/brew/python-3-9/) - Package name indicates the same formula family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## Sources

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