質問編集履歴

1

2017/07/08 08:26

投稿

ankomochi
ankomochi

スコア7

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,23 @@
15
15
 
16
16
 
17
17
  python3.6をダウンロードしてpython3コマンドを有効にする方法を教えて頂きたいです
18
+
19
+
20
+
21
+ 追記
22
+
23
+
24
+
25
+ 教科書によればWindowsにpythonをインストールしたあと
26
+
27
+ pythonのファイルの中にあるpython.exeファイルをpython3.exeに変えればpython3コマンドが有効になると書かれています
28
+
29
+
30
+
31
+ pythonファイルからpython3.exeを複製しても
32
+
33
+ コマンドでpython3と打つとエラーになります
34
+
35
+ 教科書だとREPLが実行されてます
36
+
37
+ pythonとだけ打てば実行されている状態です