質問編集履歴

1

2020/01/19 09:17

投稿

flipwide
flipwide

スコア7

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,51 @@
51
51
  プログラミング初心者でありわからないことだらけで申し訳ないのですが、ご回答いただけると幸いです。
52
52
 
53
53
  よろしくおねがいします。
54
+
55
+
56
+
57
+ ==詳細情報==
58
+
59
+ OSはMacOS Catalina バージョン10.15.2 です。
60
+
61
+ また
62
+
63
+
64
+
65
+ which python3
66
+
67
+ /usr/bin/python3
68
+
69
+
70
+
71
+ which pip
72
+
73
+ pip not found
74
+
75
+
76
+
77
+ which pip3
78
+
79
+ /usr/bin/pip3
80
+
81
+
82
+
83
+ python3 -V
84
+
85
+ Python 3.7.3
86
+
87
+
88
+
89
+ pip -V
90
+
91
+ zsh: command not found: pip
92
+
93
+
94
+
95
+ python3 -c 'import sys; print(sys.prefix)'
96
+
97
+ /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7
98
+
99
+
100
+
101
+ でした。