質問編集履歴
1
pythonのバージョンを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,6 +74,8 @@
|
|
74
74
|
|
75
75
|
コマンドプロンプト上でwhereコマンドでパスを確認しました。
|
76
76
|
|
77
|
+
Python のバージョンも 3.9.5 であることを確認しました。
|
78
|
+
|
77
79
|
|
78
80
|
|
79
81
|
```
|
@@ -81,6 +83,12 @@
|
|
81
83
|
C:\Windows\system32>where python
|
82
84
|
|
83
85
|
C:\Users\tutik\AppData\Local\Microsoft\WindowsApps\python.exe
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
C:\Windows\system32>python -V
|
90
|
+
|
91
|
+
Python 3.9.5
|
84
92
|
|
85
93
|
```
|
86
94
|
|