Questions tagged «homebrew»

在OS X上安装命令行Unix应用程序和工具的系统。免费和开源。

0
Macports / fink / homebrew - 允许真正的非root,仅限主目录安装?
我正在寻找在运行Yosemite的Macbook Pro上进行一些开发。我之前使用过Macport和自制软件,但我真的不想在我的主目录之外的机器上安装任何东西。理想情况下,我可以在$ HOME下安装所有内容,并且仍然可以链接SDL等库,安装pygame之类的东西等。 我已经阅读了关于三个主要工具的各种其他StackExchange帖子(我知道这些,并且在此消息的标题中提到了这些)但我认为我没有看到关于我的问题的明确答案。有吗?

0
尝试在基于homebrew的python 2.7安装中通过pip2安装模块时出错
我在Mac OSX 10.11.6(El Capitan)上使用Homebrew安装了python 2.7 $ which python2 /usr/local/bin/python2 $ ls -l /usr/local/bin/python2 /usr/local/bin/python2 -> ../Cellar/python/2.7.14/bin/python2 当尝试使用pip2安装模块(例如matplotlib)时,我收到一条错误消息,例如: $ pip2 install matplotlib [...] IOError: [Errno 13] Permission denied: '/Users/massimopinto/Library/Python/2.7/site-packages/six.py' 检查明显被拒绝访问的文件表明该文件应该具有读/写权限。 如果添加任何元素,运行导入matplotlib模块的示例python脚本会返回未安装matplotlib,而我可以在下面看到一个这样的模块: ~/Library/Python/2.7/site-packages/matplotlib/ 我可能搞乱了以前使用Homebrew进行安装的python 2.7安装。我怎么告诉python2 matplotlib模块存在,或者更好的是,让pip2运行?

2
无法找到curl命令,OSX实用程序已被GNU coreutils取代......如何从头开始?
我最近安装了自制软件,我很难安装,因为我无法安装它,因为无法找到curl命令,有人指出我使用wget并且可以安装自制软件但是现在我想弄清楚如何获得curl命令回来。我用openpdroid修补了一个android rom并遇到了一个问题,在这个过程中,我发现当与autopatcher的开发人员一起解决错误时,我不知怎的或者捆绑的OSX / BSD utils被GNU coreutils取代了。我不知道osx / bsdutils或GNU coreutils是否与curl有关。 我试过了 $ brew install curl ==> Installing curl dependency: pkg-config ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bo Warning: Bottle installation failed: building from source. ==> Downloading http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz Error: /usr/bin/curl is not executable 请记住,在使用终端外壳时,我喜欢学习我的第一句话。 也是如此,你知道 $ curl --version -bash: curl: command not found 有没有办法让OSX捆绑实用程序作为默认值,如果这是我需要安装curl。

1
如何在mac上更新nodejs?
我正在尝试使用自制软件在mac上安装nodejs,但是当我运行命令时: brew install node 我收到以下错误: Beginning with 0.8.0, this recipe now comes with npm. It appears you already have npm installed at /usr/local/lib/node_modules/npm. To use the npm that comes with this recipe, first uninstall npm with `npm uninstall npm -g`, then run this command again. If you would like to …
2 homebrew 

3
如何同时安装两个不同版本的MongoDB?
是否可以在同一台Mac上同时安装mongodb 2.6和3.2?我一直在使用mongodb 3.2(安装自制软件)一段时间,但需要安装2.6来支持旧项目。我使用brew install homebrew/versions/mongodb26并遇到了一些冲突文件的问题,我可以稍后解决。 Possible conflicting files are: /usr/local/bin/bsondump -> /usr/local/Cellar/mongodb/3.2.10/bin/bsondump /usr/local/bin/mongo -> /usr/local/Cellar/mongodb/3.2.10/bin/mongo /usr/local/bin/mongod -> /usr/local/Cellar/mongodb/3.2.10/bin/mongod /usr/local/bin/mongodump -> /usr/local/Cellar/mongodb/3.2.10/bin/mongodump /usr/local/bin/mongoexport -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoexport /usr/local/bin/mongofiles -> /usr/local/Cellar/mongodb/3.2.10/bin/mongofiles /usr/local/bin/mongoimport -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoimport /usr/local/bin/mongooplog -> /usr/local/Cellar/mongodb/3.2.10/bin/mongooplog /usr/local/bin/mongoperf -> /usr/local/Cellar/mongodb/3.2.10/bin/mongoperf /usr/local/bin/mongorestore -> /usr/local/Cellar/mongodb/3.2.10/bin/mongorestore /usr/local/bin/mongos -> /usr/local/Cellar/mongodb/3.2.10/bin/mongos /usr/local/bin/mongosniff -> /usr/local/Cellar/mongodb/3.2.10/bin/mongosniff /usr/local/bin/mongostat -> /usr/local/Cellar/mongodb/3.2.10/bin/mongostat /usr/local/bin/mongotop -> …
2 homebrew 

0
MacVim:终端和GUI中语法高亮的区别
我用自制软件安装了MacVim,并指定了覆盖系统vim的选项。可以通过查看终端中的vim版本来确认。 但是,我不明白为什么终端(mac)vim和gui在语法高亮中有不同的颜色。我更喜欢GUI的着色。为什么差异,我可以设置终端的语法高亮显示与GUI的相同? 终奌站: GUI:

1
glui.h没找到
我用自制软件安装了glui $ brew info glui glui: stable 2.36 C++ user interface library http://glui.sourceforge.net/ /usr/local/Cellar/glui/2.36 (3 files, 594K) * Built from source From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/glui.rb 但是,当我尝试在C ++中使用标头时<glui.h>,<GL/glui.h>或者<GLUI/glui.h>它给出了... not found错误。我应该如何安装glui以便c ++找到它?


0
Spotlight找不到使用appify创建的.app
我使用了https://mathiasbynens.be/notes/shell-script-mac-apps所述的名为appify的脚本来创建/Applications/Emacs.app运行/usr/local/Cellar/emacs/24.4/Emacs.app由Homebrew安装的实际Emacs.app 的脚本。我这样做是因为Spotlight并未索引我以前拥有的符号链接,尽管它确实为Finder别名建立了索引,但在搜索结果中却位于该位置,这与频繁启动应用程序的想法相去甚远。 Spotlight索引器对.app容器有什么特殊的要求,以便可以对其进行索引?

1
使用Homebrew将TIFF转换为PDF
如何将JPG轻松转换为PDF?节目必须用于homebrew将.jpg文件转换为.pdf。我想将许多TIFF文件转换为PDF,但无法正常工作。 对于JPEG文件,建议使用以下命令: brew install imagemagick convert *.jpg output.pdf 我正在尝试对* .PDF文件中的* .TIFF文件使用第2步命令。 但是,尽管使用了字母的命令行,但我无法通过这一行更改我的300个文件。实际上,根本不转换任何文件。 有人愿意提供帮助吗?

1
Homebrew(与Macports不同)不会将程序放在系统之前
Macports插入 /opt/local/bin/ 在之前 /usr/bin 在路径中,如果两个文件夹中都存在相同的程序,则安装Macports的程序优先。 我不清楚Homebrew如何处理这个问题。举一个具体的例子,说我跑 brew install git,我现在有 > /usr/local/bin/git --version git version 2.14.2 > git --version git version 2.13.5 (Apple Git-94) 要使用更新的(git 2.14),使用起来很繁琐 /usr/local/bin/git。另外,更优先考虑 /usr/local/bin 我自己可能会产生不良副作用。 当更新的Homebrew程序与已经在macOS上运行的程序发生冲突时,运行它们的标准方法是什么?对于 python 我已经看到Homebrew通过要求用户键入来避免冲突 python2 要么 python3。对于这种情况,这一点不太清楚 git。

1
重复哦我的Zsh brew插件警告
每次我在我的一台机器上打开一个新的shell时,我都会看到这个警告: Oh My Zsh brew plugin: With the advent of their 1.0 release, Homebrew has decided to bundle the zsh completion as part of the brew installation, so we no longer ship it with the brew plugin; now it only has brew aliases. If you find that brew completion no …

1
如何将/ usr / local链接到用户特定目录?
是否可以映射 /usr/local/ 例如,MacOS上的路径到每个用户唯一的目录 ~/local/?或者有另一种方法来解决以下问题: 我试图为我的MacOS服务器上的每个用户提供个人自制软件安装。但是,在非标准用户目录中安装自制程序的缺点是需要从源重建所有程序包。 Homebrew只使用二进制瓶作为默认值 /usr/local DIR。 我希望每个用户在他们的家庭目录中都有一份自制软件,并以某种方式映射 /usr/local 该目录的路径,以便二进制文件仍然有效。


1
无法通过brew安装hiera
我在macOS High Sierra 第一个命令(http://macappstore.org/hiera/) ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 看起来不错 第二个命令导致错误: brew install caskroom/cask/brew-cask 但是,据我所知,现在不需要它。 第3个命令导致错误: brew cask install hiera ==> Satisfying dependencies ==> Downloading https://downloads.puppetlabs.com/mac/hiera-1.3.4.dmg Already downloaded: /Users/anarinsky/Library/Caches/Homebrew/Cask/hiera--1.3.4.dmg ==> Verifying checksum for Cask hiera ==> Installing Cask hiera ==> Running installer for hiera; your password may be necessary. ==> …

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.