0
0

More than 3 years have passed since last update.

Windows環境でpythonを動かす

Posted at

windows 10環境でpythonを触りたくなったので手順をまとめておく。

環境

Windows 10
python 3.8.2

pythonをダウンロードしてインストール

下記のサイトより最新版の3.8.2をダウンロード
https://www.python.org/downloads/

image.png

ダウンロードしパッケージ実行
このときに[Add Python 3.8 to PATH]にチェックをし、Install nowをクリック
image.png

完了するとこちらの画面が表示されます。
image.png

確認

git bashなどインストールしている場合はbashからpyを実行して確認

$ py
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
0
0
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
0