Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.35 KB

python-3-10-11-install.md

File metadata and controls

62 lines (45 loc) · 2.35 KB
title emoji type topics published
[Python] Python3.10.11をインストールする
🏂
tech
python
初心者向け
true

はじめに

社内の有志メンバーで django rest framework を利用すること決まりました。 Python3.10.11 をインストールする方法を解説します。

:::message ※Python3.10.11 を選んだ理由は、 2023/08 月時点でsecurityかつEnd of supportが長いものを選択しました。 python-install-step01 :::

1. インストーラーをダウンロードする

下記インストーラーの URL をクリックする ※勝手にダウンロードされます Python3.10.11 インストーラー

2. ダウンロードされたインストーラーを実行する

python-3.10.11-amd64.exeをダブルクリックする python-install-step02

3. インストールを開始する

  1. Add python.exe to PATHに ✅ を付ける
  2. Install Nowをクリックし、インストールを開始します python-install-step03
  3. インストールが完了するまでしばらく待ちます。 python-install-step04

4. インストールが完了する

Closeをクリックし閉じます。 python-install-step05

5. Python の version を確認する

  1. Git Bash を起動する 検索欄にgit bashと検索し、Git Bashアプリを起動する sandbooks-git-step01
  2. 下記コマンドを実行する
python -V
  1. 下記の画像の通り、Python 3.10.11である事を確認する python-install-step06

おわりに

無事に Python をインストール出来ました。 別 PJ で別 ver の Python を利用している場合は、お互いの PJ に影響がないように Docker や Pyenv などを活用して切り分けてください。