いろいろ備忘録日記

主に .NET とか Go とか Flutter とか Python絡みのメモを公開しています。

Pythonメモ-137 (Python 3.16からWindows向けのインストーラーが廃止される模様)(Python Install Mangerを使う)

関連記事

GitHub - devlights/blog-summary: ブログ「いろいろ備忘録日記」のまとめ

概要

以下、自分用のメモです。忘れそうなので、ここにメモメモ。。。

以下の記事で知りました。

atmarkit.itmedia.co.jp

Python 3.16で、現状提供されているPython公式のWindowsインストーラーが廃止される模様ですね。

今後は、Python Install Managerを使って管理することになるみたい。

www.python.org

The Python install manager for Windows is our tool for installing and managing runtimes. The traditional executable installer will stop being released with Python 3.16

(Windows用Pythonインストーラは、ランタイムのインストールと管理を行うツールです。従来の実行可能インストーラはPython 3.16を最後に提供を終了します。)

参考情報


過去の記事については、以下のページからご参照下さい。

サンプルコードは、以下の場所で公開しています。