自制的腻子安装无法识别putty命令


20

我想使用Homebrew 安装腻子。我正在执行以下命令:

brew install putty

这给出了看似正确的输出:

==> Downloading https://homebrew.bintray.com/bottles/putty-0.67.el_capitan.bottle.tar.gz
Already downloaded: /Users/thisuser/Library/Caches/Homebrew/putty-0.67.el_capitan.bottle.tar.gz
==> Pouring putty-0.67.el_capitan.bottle.tar.gz
🍺  /usr/local/Cellar/putty/0.67: 11 files, 1.5M

但是,putty无法识别该命令:

thisuser-541/41:~$ putty
-bash: putty: command not found

/ usr / local / bin中是否有腻子
user151019

是否有可能没有将/ usr / local / bin添加到PATH变量中?执行echo $PATH并在此处发布输出。
NSSynapse

2
/usr/local/bin$PATH。由于某种原因putty不是,只有puttygen
康拉德

检查此文件夹/usr/local/Cellar/putty/0.63/bin/中可能没有腻子,但是正如您所说的,可能有腻子。
Elshan

Answers:


14

更新:当前的稳定版本(.67putty无法gtk+2使用自制软件在OS X上获得支持。这是一个已知的问题#40951。看来您可以从HEADbrew install --HEAD --with-gtk+3 putty)版本进行安装,对我来说,这也很糟糕。

brew install putty默认情况下从预先构建的安装bottle。预建bottleputty不包括puttyputtytelpterm

如果需要,putty可以尝试从源代码安装。首先putty通过运行删除已安装的公式brew remove putty。之后,putty通过运行从源安装brew install --build-from-source --with-gtk+3 putty

注意: 截至本文撰写时putty,源代码的构建已被破坏homebrew

如果有人遇到以下错误:invalid option: --with-gtk+3,则最新安装的Brew将删除所有安装选项。资源


1
如果它帮助-源腻子式
forevergenin

5
去除腻子,然后brew安装--build-from-source --with-gtk + 3腻子,一切似乎都可以正常安装。但是仍然没有腻子应用。我想念什么?先谢谢您的帮助!
user265259

4
错误:无效选项:--with-gtk + 3
aeroxy

@aeroxy尝试先安装gtk3,然后再试一次。brew install gtk+3
Elshan
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.