macOS
brew install python@3.11local Homebrew formula metadata
sudo port install python311MacPorts ports tree · lang/python311/Portfile · ソース: api.github.com
brew
python@3.11 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install python@3.11local Homebrew formula metadata
sudo port install python311MacPorts ports tree · lang/python311/Portfile · ソース: api.github.com
sudo zypper install python311openSUSE Tumbleweed package metadata · python311 · ソース: download.opensuse.org
sudo dnf install python3.11Fedora Rawhide package metadata · python3.11 · ソース: dl.fedoraproject.org
sudo pacman -S pythonArch Linux sync databases · python · ソース: geo.mirror.pkgbuild.com
sudo apk add python3Alpine Linux edge package indexes · python3 · ソース: dl-cdn.alpinelinux.org
sudo apt install python3Debian stable package indexes · python3 · ソース: deb.debian.org
nix profile install nixpkgs#python3nixpkgs package indexes · python3 · ソース: raw.githubusercontent.com
winget install --id Python.Python.3.11 -eWindows Package Manager source index · Python.Python.3.11 · ソース: cdn.winget.microsoft.com
choco install python311Chocolatey community package catalog · python311 · ソース: community.chocolatey.org
scoop install versions/python311Scoop official bucket manifest trees · bucket/python311.json · ソース: api.github.com
概要
Interpreted, interactive, object-oriented programming language
セキュリティ状態
python@3.11 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
2to3-3.11 | cli | グローバル実行可能ファイル | |
idle3.11 | cli | グローバル実行可能ファイル | |
pydoc3.11 | cli | グローバル実行可能ファイル | |
python3.11 | cli | グローバル実行可能ファイル | |
python3.11-config | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:python@3.11 |
|---|---|
| バージョン | 3.11.15 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/python@3.11 |
| ホームページ | https://www.python.org/ |
| リポジトリ | https://github.com/python/cpython |
| 上流ドキュメント | https://docs.python.org/3.11 |
| ライセンス | Python-2.0 |
| ソースアーカイブ | https://www.python.org/ftp/python/3.11.15/Python-3.11.15.tgz |
| 最終更新 | 2026-06-25T13:38:04+02:00 |
| Pulse | updated |
| 依存関係 | mpdecimal, openssl@3, sqlite, xz |
| ビルド依存関係 | pkgconf |
| macOS 提供ライブラリ | bzip2, expat, libedit, libffi, libxcrypt, ncurses |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | 定義済み |
| サービス | 宣言なし |
| 注意点 | Python is installed as $HOMEBREW_PREFIX/bin/python3.11 Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to `python3.11`, `python3.11-config`, `pip3.11` etc., respectively, are installed into $HOMEBREW_PREFIX/opt/python@3.11/libexec/bin You can install Python packages with pip3.11 install <package> They will install into the site-package directory $HOMEBREW_PREFIX/lib/python3.11/site-packages `idle3.11` requires tkinter, which is available separately: brew install python-tk@3.11 gdbm (`dbm.gnu`) is no longer included in this formula, but it is available separately: brew install python-gdbm@3.11 `dbm.ndbm` changed database backends in Homebrew Python 3.11. If you need to read a database from a previous Homebrew Python created via `dbm.ndbm`, you'll need to read your database using the older version of Homebrew Python and convert to another format. `dbm` still defaults to `dbm.gnu` when it is installed. If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH: brew install python3 For more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | python@3.11 |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
Python.Python.3.11
winget install --id Python.Python.3.11 -epython311
sudo port install python311python3.11 3.11.15-4.fc45
Version 3.11 of the Python interpreter
sudo dnf install python3.11python3.11-debug 3.11.15-4.fc45
Debug version of the Python runtime
sudo dnf install python3.11-debugpython3.11-devel 3.11.15-4.fc45
Libraries and header files needed for Python development
sudo dnf install python3.11-develpython3.11-idle 3.11.15-4.fc45
A basic graphical development environment for Python
sudo dnf install python3.11-idlepython3.11-libs 3.11.15-4.fc45
Python runtime libraries
sudo dnf install python3.11-libspython3.11-test 3.11.15-4.fc45
The self-test suite for the main python3 package
sudo dnf install python3.11-testpython3.11-tkinter 3.11.15-4.fc45
A GUI toolkit for Python
sudo dnf install python3.11-tkinterpython311 3.11.15-5.2
Python 3 Interpreter
sudo zypper install python311python311-32bit 3.11.15-5.2
Python 3 Interpreter
sudo zypper install python311-32bitpython311-curses 3.11.15-5.2
Python Interface to the (N)Curses Library
sudo zypper install python311-cursespython311-dbm 3.11.15-5.2
Python Interface to the GDBM Library
sudo zypper install python311-dbmpython311-idle 3.11.15-5.2
An Integrated Development Environment for Python
sudo zypper install python311-idlepython311-tk 3.11.15-5.2
TkInter, a Python Tk Interface
sudo zypper install python311-tkpython311-x86-64-v3 3.11.15-5.2
Python 3 Interpreter
sudo zypper install python311-x86-64-v3ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.