【发布时间】:2019-05-24 15:07:33
【问题描述】:
我的环境:
macOS 10.13 来自 Homebrew 的 python 3.7.1
我在/System/Library/Frameworks/Tcl.framework/Versions/8.5/ 下的股票 Tcl/TK 8.5 上有很多 Tcl/TK 怪癖,我想升级我的 Tcl/TK。
但是对于这个问题,我找不到任何升级的工作提示,包括:
-
IDLE warns against an old TCL version even though I've installed a newer version
-
How do I link the ActiveState distribution of Tcl/Tk to HomeBrew installed Python
我的测试结果
-
--with-tcl-tk不再适用于最新的 Homebrew。运行brew install python --with-tcl-tk仍然指向系统 Tcl/TK 8.5.9。 - 以上内容还通过卸载/安装周期进行了测试。
- Python 在安装最新的 ActiveTcl 后继续使用系统 Tcl/TK。
【问题讨论】: