0
0

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 1 year has passed since last update.

【Python 3】Windowsでバージョン確認する方法

Posted at

はじめに

WindowsにインストールしたPythonのバージョン確認方法を調べた結果の備忘録。

動作環境

  • Windows10 バージョン 21H1

確認手順

1.コマンドプロンプト起動

2.バージョン確認コマンド実行

>python --version
Python 3.10.5

>python -V
Python 3.10.5

>python -VV
Python 3.10.5 (tags/v3.10.5:f377153, Jun  6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]

-VVは バージョン3.6で追加されたらしい。

備考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?