1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Pythonの環境構築(Windows)

Last updated at Posted at 2021-03-12

Pythonのインストール

以下のリンクから、任意のバージョンのPythonをダウンロードしてください。

https://www.python.org/

ダウンロードが完了したら、そのファイルを実行してください。

※途中で「Add Python X.X to PATH」というチェックボックスが表示されますので、必ずチェックをしてください。

コマンドプロンプトに以下のコマンドを入力して、Pythonがインストールされたかどうかを確認してみましょう。

python --version

Python X.X.Xと表示されれば、正常にPythonがインストールされています!

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?