相关疑难解决方法(0)

在Mac上安装gitk

有谁知道如何在Mac上安装gitk?

从他们的官方网站来看,似乎gitk带有git,但我的git(git version 1.7.12.4 (Apple Git-37))的版本没有附带gitk.

brew install gitk 不适用于gitk.

版本信息(从评论中复制):

  • OS X 10.8.2(12C2034)"Mountain Lion"
  • XCode版本4.6(4H127)

git macos gitk osx-mountain-lion

196
推荐指数
8
解决办法
15万
查看次数

即使我安装了较新的版本,IDLE警告旧的TCL版本

ActiveTcl8.6.1.1.297588-macosx10.5-i386-x86_64-threaded在OS X 10.9.1上安装了.但是,当我idle3从终端运行启动IDLE时,IDLE窗口中会显示以下警告:

Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 16 2013, 23:39:35) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.
Visit http://www.python.org/download/mac/tcltk/ for current information.
Run Code Online (Sandbox Code Playgroud)

为什么我安装的较新的ActiveTcl版本无法被IDLE识别?我怎么能纠正这个?

编辑:更多细节.

$ echo $PATH
/Library/Frameworks/Python.framework/Versions/3.3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

$ which tclsh
/usr/bin/tclsh

$ ls -l /usr/bin/tclsh*
lrwxr-xr-x  1 root  wheel  17 Jan 15 10:45 /usr/bin/tclsh -> /usr/bin/tclsh8.6
lrwxr-xr-x  1 root  wheel  67 Oct …
Run Code Online (Sandbox Code Playgroud)

macos tcl python-idle

18
推荐指数
3
解决办法
2万
查看次数

标签 统计

macos ×2

git ×1

gitk ×1

osx-mountain-lion ×1

python-idle ×1

tcl ×1