PythonをWindowsにインストールする - kin-kin/memo GitHub Wiki

IT Manual

PythonをWindowsにインストールする

 1. Python からpython-3.8.1-amd64.exeをダウンロード。  2. python-3.8.1-amd64.exeを実行。  3. Install Python 3.8.1 (64-bit)で [Customize installation] を押下。  4. Optional Featuresで [Next] を押下。  5. Advanced Optionsで「Create shortcuts for installed applications」のチェックを外し、「Customize install location」にインストールディレクトリを入力、[Install] を押下。

D:\bin\Python\Python38

 6. ユーザー アカウント制御ダイアログで [はい] を押下。  7. Setup was successfulで [Close] を押下。  8. コマンドプロンプトで以下を入力してインストールを確認。

> py

※WindowsではPythonランチャー(py)がインストールされるため、PATHにPythonを追加しなくても実行可能。