Questions tagged «homebrew»

Homebrew是适用于macOS和Linux的软件包管理器,它提供了一个轻松的界面来安装许多软件包。它被构建为可以与您现有的系统很好地兼容,并且不会对其造成干扰。它完全基于Git和Ruby构建,并且可以轻松定制以满足您的需求。关于Homebrew的调试帮助至少应包括“ brew doctor”输出的详细信息。

10
已安装,只是未链接
注意:我不太擅长使用shell。 我试图在优胜美地上安装Valgrind使用brew。 brew install --HEAD valgrind 最后,我遇到了与链接有关的错误,因此当我尝试重新安装时,我得到了: 警告:已安装valgrind-HEAD,只是未链接 因此,显然我已经安装了它。然后根据其他SO问题和答案,我尝试了: brew link valgrind 这似乎解决了其他人链接已安装软件的问题,但这给了我一个错误: Linking /usr/local/Cellar/valgrind/HEAD... Error: Could not symlink lib/pkgconfig/valgrind.pc /usr/local/lib/pkgconfig is not writable. 我也尝试更新,brew但没有解决问题。如果它不是可写的,也许sudo会给我许可,但我不想在sudo不确切知道自己在做什么的情况下使用它。 发生了什么事以及如何解决?
86 macos  homebrew 




13
如何判断Mac OS X上是否安​​装了自制软件
我正在做一些Rails编程,我在网络上的解决方案中始终看到Homebrew,但从未使用过。 我还注意到终端版本2.9中的Homebrew是该终端下拉菜单中“ Shell-> New”旁边的一个选项,但是当我选择homebrew并发出命令时,它们失败。 通常会出现“找不到命令”错误。 奇怪的是,我无法找到一个简单的命令来确定是否安装了brew。 如何检查Mac上是否已安装Homebrew?

5
自制符号链接错误
我正在尝试使用以下方法安装memcached: brew install memcached 这以关于自制软件无法创建符号链接的错误结束: The linking step did not complete successfully The formula built, but is not symlinked into /usr/local 救命!
81 homebrew 


8
使用自制软件在OS X上更新OpenSSL
我正在使用MacOS X 10.7.5,由于握手失败,我需要更新的OpenSSL版本。互联网上有几本教程,我尝试了以下方法: brew install openssl brew link openssl --force 但是,它不起作用: openssl version OpenSSL 0.9.8r 8 Feb 2011 brew unlink openssl && brew link openssl --force Unlinking /usr/local/Cellar/openssl/1.0.1e... 1139 links removed Linking /usr/local/Cellar/openssl/1.0.1e... 1139 symlinks created SVN问题也未解决。有任何想法吗?我宁愿不尝试MacPorts方式,因为它可能会干扰Homebrew。
81 macos  svn  openssl  homebrew 

9
无法连接到通过Brew服务运行的Postgres服务器
我一直在寻找解决方案,但是找不到有效的解决方案。 我已经brew install postgres在MacBook中使用brew()安装了postgres ,目前正在使用brew服务运行它(将brew services list postgres显示为正在运行的服务)。但是,当我尝试运行时,出现psql以下错误。 psql:无法连接到服务器:没有这样的文件或目录服务器是否在本地运行并且在Unix域套接字“ /tmp/.s.PGSQL.5432”上接受连接? 有人已经解决了类似的问题吗?

15
如何将PyCharm与PySpark链接?
我是apache spark的新手,显然我在macbook中安装了带自制程序的apache-spark: Last login: Fri Jan 8 12:52:04 on console user@MacBook-Pro-de-User-2:~$ pyspark Python 2.7.10 (default, Jul 13 2015, 12:05:58) [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin Type "help", "copyright", "credits" or "license" for more information. Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties 16/01/08 14:46:44 INFO SparkContext: Running Spark version …



4
Brew Doctor-“警告:在/ usr / local / include中找到未酿酒的头文件”?
当我运行时brew doctor,抛出以下错误 Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected header files: /usr/local/include/curl/curl.h /usr/local/include/curl/curlbuild.h /usr/local/include/curl/curlrules.h /usr/local/include/curl/curlver.h /usr/local/include/curl/easy.h /usr/local/include/curl/mprintf.h /usr/local/include/curl/multi.h /usr/local/include/curl/stdcheaders.h /usr/local/include/curl/typecheck-gcc.h /usr/local/include/node/ares.h /usr/local/include/node/ares_version.h /usr/local/include/node/nameser.h /usr/local/include/node/node.h /usr/local/include/node/node_buffer.h /usr/local/include/node/node_internals.h …

6
重新安装Homebrew的最佳/最安全方法是什么?
我在Homebrew中遇到权限问题:安装Node并尝试使用curl命令Homebrew告诉您使用npm安装npm后,由于EACCESS错误,它将失败。我检查了节点文件夹,权限是:a)用户不拥有(我必须把它扔掉)和b)没有写权限(我必须对chmod 755进行修改)。 我已经解决了NPM的问题,但是我不得不将其安装脚本作为sudo运行(这很糟糕!)。 我以为我必须以root或类似的身份安装Homebrew。我希望重新安装可以解决此问题,但是找不到如何重新安装Homebrew的源。 当我在终端中重新运行安装程序时,我得到: /usr/local/.git already exists!
77 macos  homebrew 

2
“ brew link”有什么作用?
当我跑步时,brew doctor我得到一个常见警告: Warning: You have unlinked kegs in your Cellar Leaving kegs unlinked can lead to build-trouble and cause brews that depend on those kegs to fail to run properly once built. Run `brew link` on these: # [...] 小桶取消链接是什么意思?究竟是brew link做什么的?
77 homebrew 

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.