homebrew

解决brew报错:Another active Homebrew update process is already in progress

左心房为你撑大大i 提交于 2019-12-05 20:02:19
在mac终端下执行:brew install glew 结果报错: Error: Another active Homebrew update process is already in progress. Please wait for it to finish or terminate it to continue. 解决方法:rm -rf /usr/local/var/homebrew/locks 来源: https://www.cnblogs.com/peng-lan/p/11943995.html

brew install rabbit

北慕城南 提交于 2019-12-05 19:54:26
install rabbit ➜ ~ brew upgrade rabbitmq ==> Upgrading 1 outdated package: rabbitmq 3.7.9 -> 3.8.1 ==> Upgrading rabbitmq ==> Downloading https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.1/rabbitmq-server-generic-unix-3.8.1.tar.xz ==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/924551/875d4580-fc54-11e9-8083-d8ed395f5441?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Am ######################################################################## 100.0% ==> /usr/bin/unzip -qq -j /usr/local/Cellar/rabbitmq/3.8.1/plugins/rabbitmq_management-3.8.1.ez rabbitmq

What's the migration from homebrew/dupes to homebrew/core?

倖福魔咒の 提交于 2019-12-05 19:41:32
I want to install screen , but what should I do next? $ brew search screen imgur-screenshot screen screenfetch screenresolution caskroom/drivers/casio-screen-receiver caskroom/cask/screen-blacker caskroom/cask/show-my-screen caskroom/cask/syphon-virtual-screen If you meant "screen" specifically: It was migrated from homebrew/dupes to homebrew/core. homebrew/dupe is now deprecated all its formula have been migrated to the main repository ( homebrew/core ). As screen is now in homebrew/core , you just have to do: brew install screen but if you want you can install other third-party repositories

brew install geos

江枫思渺然 提交于 2019-12-05 19:18:09
geo3.8 导致py2中 geodjango不可用 django 报错,不能解析版本 File "/Users/huoyinghui/gitlab/ange/venv/lib/python2.7/site-packages/django/contrib/gis/geos/__init__.py", line 18, in <module> HAS_GEOS = geos_version_info()['version'] >= '3.3.0' File "/Users/huoyinghui/gitlab/ange/venv/lib/python2.7/site-packages/django/contrib/gis/geos/libgeos.py", line 191, in geos_version_info raise GEOSException('Could not parse version info string "%s"' % ver) django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.8.0-CAPI-1.13.1 " 参考 安装geos ➜ ~ brew unlink geos Unlinking /usr/local/Cellar/geos/3

Mac上Homebrew的使用 (Homebrew 使 OS X 更完整)

*爱你&永不变心* 提交于 2019-12-05 18:00:34
0 Homebrew是啥? “Homebrew installs the stuff you need that Apple didn’t.——Homebrew 使 OS X 更完整” 。 Homebrew的官网 [1] (多语言版本)简单明了地介绍了如何安装和使用这个工具,并提供了自己的Wiki。 1 安装Homebrew brew的安装很简单,使用一条ruby命令即可,Mac系统上已经默认安装了ruby。 gerryyang @mba :bin$ ruby --version ruby 2.0.0p247 (2013-06-27 revision 41674) [universal.x86_64-darwin13] 关于安装brew的详细说明可以参考其github上的wiki说明 [2] : " Installation The suggested and easiest way to install Homebrew is on the homepage . We don’t duplicate it here because it is asecurity risk to list it on a user-editable wiki. The standard script installs Homebrew to/usr/localso that you don’t

How can I install Elasticsearch 5.3.1 with homebrew

六月ゝ 毕业季﹏ 提交于 2019-12-05 17:35:17
I have previously install elasticsearch 5.3.1 on my Mac using homebrew. The latest elasticsearch on homebrew is now 5.5.0, so any new team members running the brew install would pick up that version. I noticed I have some index migration issue from elasticsearch 5.3.1 to 5.5.0, see Delete all elasticsearch indices directly without curl Since we will be using Amazon elasticsearch service with is on 5.3, can we lock onto a specific version of elasticsearch (say 5.3.1) when we homebrew install? I don't see the older version (except for 2.4) when I do a brew search $ brew search elasticsearch

Homebrew unbrewed files

大城市里の小女人 提交于 2019-12-05 17:03:30
I've been trying to use homebrew to install python and finally gotten that to work. In the process of trying to make that work I ran: brew list --unbrewed and got a huge list of files (over 59,000). These files are mostly related to python, node, ruby, mongo and mysql. I've also run brew update and brew doctor and neither one of those have any effect on the unbrewed list. It seems like not such a great idea to keep my installation in this state. So I guess I have several questions about this: 1) Is this something that I should worry about or fix? 2) Where are the unbrewed files kept? (I looked

Unable to `gem install tiny_tds` OS X Mavericks

為{幸葍}努か 提交于 2019-12-05 17:00:47
The Error $ sudo gem install tiny_tds Building native extensions. This could take a while... ERROR: Error installing tiny_tds: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb checking for iconv_open() in iconv.h... no checking for iconv_open() in -liconv... yes checking for sybfront.h... yes checking for sybdb.h... yes checking for tdsdbopen() in -lsybdb... no HomeBrew The above error occurs even after a $ brew install freetds Manual Installation $ tar zxf freetds-stable.tgz $ cd freetds-0.91 $ ./configure $ make $

mongoDB, could not read from config file — config in different folder / Uninstall it?

若如初见. 提交于 2019-12-05 16:56:54
I'm very new to MongoDB and Mac in general. I installed mongoDB from the official site with a download package. For all it's worth, given all the issues I'm having, I'd like to uninstall it and reinstall using Homebrew. Brew complains that mongoDB is already installed so I'm stuck at the moment. From all the tutorials and online search, the config file should be installed in a /etc/ directory path. However, my mongodb.conf file is located in a very different file structure. I get a ERROR: could not read from config file each time I try running mongod . This is where my config file is located:

Homebrew - repeated “linking” bug. What is the underlying issue here?

可紊 提交于 2019-12-05 16:34:58
So I've been using homebrew to install various packages/libraries/programs on my mac. I keep running into a problem in which homebrew tells me that I have unlinked kegs in my Cellar. For instance, upon running brew install phantomjs I received the following message: Warning: Could not link phantomjs. Unlinking... Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using `brew link phantomjs' Possible conflicting files are: /usr/local/bin/phantomjs -> /usr/local/lib/node_modules/phantomjs/bin/phantomjs I tried