質問編集履歴

1

実行結果を追記しました。

2020/06/08 12:53

投稿

neverland
neverland

スコア0

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,15 @@
41
41
 
42
42
 
43
43
  どうすればいいか分かる方いましたら教えてください...
44
+
45
+
46
+
47
+ 追記
48
+
49
+ python -c 'import os, sys, site; print(os.path.dirname(sys.executable)); print(site.PREFIXES)'
50
+
51
+ をしてみたところ、
52
+
53
+ ['/System/Library/Frameworks/Python.framework/Versions/2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7']
54
+
55
+ と出てきました。