Windows10にPythonをインストール


手順

Windows10にPythonをインストールしたときの、チェックボックスをメモとして残しておく。

インストーラをダウンロード

  • ダウンロードサイト (www.python.org)
  • ダウンロードサイト上部の"Downloads"をクリック
  • "Download Python 3.9.5"をクリック

Pythonのインストーラを起動

  • "このアプリがデバイスに変更を加えることを許可しますか?"は"はい"を押す

Install Python 3.9.5 (64-bit)

  • ☑ "Install launcher for all users (recommended)"
  • ☑ "Add Python 3.9 to PATH"
  • ☑ "Customize Installation"
  • "Next" をクリック

Optional Features

  • ☑ "Documentation"
  • ☑ "pip"
  • ☑ "tcl/tk and IDLE"
  • ☑ "Python test suite"
  • ☑ "py launcher"
  • ☑ "for all users (require elevation)"
  • "Next" をクリック

Advanced Options

  • ☑ "Install all users"
  • ☑ "Assciate files with Python (requires the py launcher)"
  • ☑ "Create shortcuts for installed applications"
  • ☑ "Add Python to environment variables"
  • ☑ "Precompile standard library"
  • ☑ "Download debugging symbols"
  • ☐ "Download debug binaries (requires VS 2017 or later)"
  • "Customize install location" は変更なし
    • [C:\Program Files\Python39]
  • "Install" をクリック

Setup Progress

  • インストール中

Setup was successful

  • インストール完了
  • "Close"ボタンを押す

終わり

本記事は終了です。

References