# Installer python@3.13

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install python@3.13
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install python313
```

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

### Linux

- zypper (92%):

```sh
sudo zypper install python313
```

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

- Debian apt (92%):

```sh
sudo apt install python3.13
```

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

- dnf (92%):

```sh
sudo dnf install python3.13
```

  Preuve: Fedora Rawhide package metadata: python3.13 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

- 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

- Ubuntu apt (92%):

```sh
sudo apt install python3
```

  Preuve: Ubuntu 24.04 LTS package indexes: python3 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

### Windows

- winget (92%):

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

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

- Chocolatey (92%):

```sh
choco install python313
```

  Preuve: Chocolatey community package catalog: python313 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/python313
```

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

## Faits du paquet

- **Clé du paquet:** brew:python@3.13
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/python@3.13>
- **Version:** 3.13.13
- **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.13.13/Python-3.13.13.tgz>
- **Mis à jour:** 2026-05-22T09:46:37-04:00
- **Source générée:** 2026-05-26T17:25:59+00:00

## Dépendances

- mpdecimal
- openssl@3
- sqlite
- xz

## Dépendances de compilation

- pkgconf

## Bibliothèques fournies par macOS

- bzip2
- expat
- libedit
- libffi
- ncurses
- unzip

## Comportement d'installation

- hook post-installation: non défini
- Caveats: Python is installed as $HOMEBREW_PREFIX/bin/python3.13 Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to `python3.13`, `python3.13-config`, `pip3.13` etc., respectively, are installed into $HOMEBREW_PREFIX/opt/python@3.13/libexec/bin If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH: brew install python3 `idle3.13` requires tkinter, which is available separately: brew install python-tk@3.13 `dbm.gnu` is available separately: brew install python-gdbm@3.13 For more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 3.13.13
- 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
- **règles d'approbation:** 6

## 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.
- [mpdecimal](https://www.automicvault.com/pkg/brew/mpdecimal/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [azure-cli](https://www.automicvault.com/pkg/brew/azure-cli/) - Popular package that depends on this formula.
- [python-tk@3.13](https://www.automicvault.com/pkg/brew/python-tk-3-13/) - Popular package that depends on this formula.
- [snowflake-cli](https://www.automicvault.com/pkg/brew/snowflake-cli/) - Popular package that depends on this formula.
- [cloudformation-cli](https://www.automicvault.com/pkg/brew/cloudformation-cli/) - Popular package that depends on this formula.
- [dstack](https://www.automicvault.com/pkg/brew/dstack/) - Popular package that depends on this formula.
- [python-gdbm@3.13](https://www.automicvault.com/pkg/brew/python-gdbm-3-13/) - Popular package that depends on this formula.
- [chatblade](https://www.automicvault.com/pkg/brew/chatblade/) - Popular package that depends on this formula.
- [ansible@12](https://www.automicvault.com/pkg/brew/ansible-12/) - Popular package that depends on this formula.
- [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.10](https://www.automicvault.com/pkg/brew/python-3-10/) - 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
- approval-gate seed metadata
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
