回答編集履歴

3

些細

2020/01/31 14:54

投稿

quickquip
quickquip

スコア11051

test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  [https://github.com/pyenv/pyenv/pull/1397](https://github.com/pyenv/pyenv/pull/1397)
64
64
 
65
- この pull request がマージ済みのpyenvを使っているなら(Homebrewにはもう入っています)、
65
+ この pull request がマージ済みのpyenvを使っているなら(homebrewにはもう入っています)、
66
66
 
67
67
 
68
68
 

2

URLひとつ追加

2020/01/31 14:54

投稿

quickquip
quickquip

スコア11051

test CHANGED
@@ -86,12 +86,14 @@
86
86
 
87
87
 
88
88
 
89
- それ以前の経緯/議論については
89
+ 件の経緯/議論については
90
90
 
91
91
  [https://teratail.com/questions/207158#reply-307128](https://teratail.com/questions/207158#reply-307128)
92
92
 
93
93
  [https://github.com/pyenv/pyenv/issues/1375#issuecomment-524280004](https://github.com/pyenv/pyenv/issues/1375#issuecomment-524280004) から下
94
94
 
95
+ [https://github.com/pyenv/pyenv/pull/1409](https://github.com/pyenv/pyenv/pull/1409)
96
+
95
97
 
96
98
 
97
99
  あたりも参考にしてください。

1

追記

2020/01/31 14:52

投稿

quickquip
quickquip

スコア11051

test CHANGED
@@ -49,3 +49,49 @@
49
49
  ここで必要なのは**あなたがやったこと**の情報であって、**あなたが参考にしたページ**は回答者にしてみたら基本的に役に立つようなものではないです。
50
50
 
51
51
  技術的な質問というのはそういうものです。
52
+
53
+
54
+
55
+ ----
56
+
57
+ (追記)
58
+
59
+
60
+
61
+ いま気づいたのですが、
62
+
63
+ [https://github.com/pyenv/pyenv/pull/1397](https://github.com/pyenv/pyenv/pull/1397)
64
+
65
+ この pull request がマージ済みのpyenvを使っているなら(Homebrewにはもう入っています)、
66
+
67
+
68
+
69
+ ```
70
+
71
+ PYTHON_CONFIGURE_OPTS="--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'" pyenv install 3.x.x
72
+
73
+ ```
74
+
75
+
76
+
77
+ のようにして、"homebrewで入るTcl/Tk"を使うPythonがビルド可能になっています。
78
+
79
+
80
+
81
+ 手元で3.7.6をビルドして確認できました。
82
+
83
+
84
+
85
+ ----
86
+
87
+
88
+
89
+ それ以前の経緯/議論については
90
+
91
+ [https://teratail.com/questions/207158#reply-307128](https://teratail.com/questions/207158#reply-307128)
92
+
93
+ [https://github.com/pyenv/pyenv/issues/1375#issuecomment-524280004](https://github.com/pyenv/pyenv/issues/1375#issuecomment-524280004) から下
94
+
95
+
96
+
97
+ あたりも参考にしてください。