LoginSignup
0
1

More than 1 year has passed since last update.

Windows10にPythonをインストール

Last updated at Posted at 2021-05-12

手順

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

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1