質問編集履歴
1
pythonのバージョンを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,10 +36,14 @@
|
|
36
36
|
|
37
37
|
このエラーはシバンに書いたパス(今回のケースではpythonのパス)が間違っているらしいと考え
|
38
38
|
コマンドプロンプト上でwhereコマンドでパスを確認しました。
|
39
|
+
Python のバージョンも 3.9.5 であることを確認しました。
|
39
40
|
|
40
41
|
```
|
41
42
|
C:\Windows\system32>where python
|
42
43
|
C:\Users\tutik\AppData\Local\Microsoft\WindowsApps\python.exe
|
44
|
+
|
45
|
+
C:\Windows\system32>python -V
|
46
|
+
Python 3.9.5
|
43
47
|
```
|
44
48
|
|
45
49
|
httpd.confの設定も確認しました。拡張子".py"は追加してありました。
|