質問編集履歴

2

詳細を追加

2018/06/03 15:10

投稿

shinroot
shinroot

スコア7

test CHANGED
File without changes
test CHANGED
@@ -44,11 +44,11 @@
44
44
 
45
45
  brew install pythonとタイプするも
46
46
 
47
- Updaiting Homebrewから進まず。
47
+ Warning: python 3.6.5 is already installed and up-to-date
48
48
 
49
- ターミナル強制終了時のメッセージ
49
+ To reinstall 3.6.5, run `brew reinstall python`
50
50
 
51
- > このウインドウを閉じると現在実行中の次のプロセスが強制終了します: bash(4)、git(2)、git-remote-https(2)
51
+
52
52
 
53
53
 
54
54
 
@@ -62,7 +62,7 @@
62
62
 
63
63
 
64
64
 
65
- 追記
65
+ ### 追記
66
66
 
67
67
  echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
68
68
 

1

echo等を記載

2018/06/03 15:10

投稿

shinroot
shinroot

スコア7

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,17 @@
55
55
  どうすればpythonとタイプした時にpython3が立ち上がるのでしょうか?
56
56
 
57
57
  ご教示いただけますと幸いです。
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ 追記
66
+
67
+ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
68
+
69
+ which python /usr/bin/python
70
+
71
+ which python3 /usr/local/bin/python3