码迷,mamicode.com
首页 >  
搜索关键字:brew    ( 1232个结果
Mac下安装wget
在Mac下使用brew安装wget时报错Error:The`brewlink`stepdidnotcompletesuccessfully然后wget不能使用,查了下,使用如下方式安装了wget,可以使用curl-Ohttp://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz tar-xzfwget-1.15.tar.gz cdwget-1.15 ./configure--with-ssl=openssl ..
分类:系统相关   时间:2015-07-24 00:09:28    阅读次数:231
mac git 的安装 及实现自动补全
1.检查是否装了brew $ brew list如果没有,拷贝以下命令到终端 回车.可以安装好brewruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2.查看你是否已经安...
分类:系统相关   时间:2015-07-21 21:56:11    阅读次数:169
MAC 通过brew安装软件
1.安装brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2.安装homebrew-cask brew tap phinze/homebrew-cask && brew install brew-cask...
分类:系统相关   时间:2015-07-19 21:43:20    阅读次数:130
安装Homebrew 和tree
最开始准备安装tree工具的(该工具可以查看文件目录),然后准备选择用terminal直接安装,当需要brew 或者wget之类的,这里我选择安装brew输入:ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/inst...
分类:其他好文   时间:2015-07-17 18:02:41    阅读次数:606
Elasticsearch cluster health: yellow unassigned shards
查看ES各个分片的状态$ curl -XGET http://127.0.0.1:9200/_cluster/health?pretty{ "cluster_name" : "elasticsearch_brew", "status" : "yellow", "timed_out" : fal...
分类:其他好文   时间:2015-07-16 18:18:26    阅读次数:398
mac 切换php版本
通过brew安装的php可以通过brew link和brew unlink来切换不同版本#brew list#brew unlink php56#brew link php55
分类:Web程序   时间:2015-07-13 18:00:22    阅读次数:266
Mac下安装MySQL
2015-07-13 15:10:32Mac下用homebrew安装软件还是很方便的brew install mysql等待一会儿安装完毕后到安装目录:/usr/local/Cellar/mysql/5.6.25/到script目录里边执行命令:./mysql_install_db --user=z...
分类:数据库   时间:2015-07-13 17:41:39    阅读次数:141
Python: The _imagingft C module is not installed错误的解决
Python: The _imagingft C module is not installed错误的解决在使用PIL模块给图片添加文本时发现调用字体时出现 The _imagingft C module is not installed 错误。找到的原因是:官网的PIL版本编译的时候缺少东西(PIL was compiled without libfreetype)。解决办法是: brew ins...
分类:编程语言   时间:2015-07-09 19:48:21    阅读次数:166
brew 、carthage 安装
1.首先安装brew安装命令如下:curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1然后执行如下命令获取最新版本:brew update当brew安装成功后,就...
分类:其他好文   时间:2015-07-08 12:49:47    阅读次数:3722
Mac入门(三)使用brew安装软件
brew 又叫Homebrew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便 brew类似ubuntu系统下的apt-get的功能 ? 阅读目录 安装brew 使用brew安装软件 使用brew卸载...
分类:系统相关   时间:2015-07-05 08:25:55    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!