mac-brew】的更多相关文章

mac brew install redis 报错 /usr/local/opt/php55/bin/phpize /usr/local/opt/php55/bin/phpize: line 61: /usr/local/Library/ENV/4.3/sed: No such file or directory /usr/local/opt/php55/bin/phpize: line 62: /usr/local/Library/ENV/4.3/sed: No such file or di…
使用brew安装软件时,需要下载依赖包,但是如果依赖包特别大的时候,就很容易失败:brew本身不支持断点续传:但是可以使用wget -c的方式断点续传的下载依赖:下载完如何给brew安装使用呢?参考: https://www.jianshu.com/p/a5bd7ef4ed62 之所以使用brew安装,方便管理 mac brew 下载缓存目录: ~/Library/Caches/Homebrew ~/Library/Caches/Homebrew/Cask 打开后将看到"downloads&qu…
brew services list                  #查看系统通过 brew 安装的服务 brew services cleanup               #清除已卸载无用的启动配置文件 mysql 启动:brew services start mysql   停止:brew services stop mysql   重启:brew services restart mysql php 启动:brew services start php   停止:brew serv…
一.简介 Brew又叫Homebrew,是MAC中的一款软件包管理工具,通过brew可以很方便的在MAC中安装软件或者是卸载软件. 二.安装 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 三.常用选项 Example usage: brew [info | home | options ] [FORMULA...] brew install FORMUL…
在mac 下安装redis 执行brew install redis ==> Downloading http://download.redis.io/releases/redis-2.8.19.tar.gz ######################################################################## 100.0% ==> CC=clang ==> Caveats To have launchd start redis at login…
环境为mac, 总共报了三种错误. 对应三种不同的解法. 1.   第一种如下, 提示 1.8 的版本找不到 $ brew update /usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory /usr/local/bin/brew:…
mac不自带mysql,这里需要重新安装,方法依然很简单 brew install mysql unset TMPDIR mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp sudo chown -R your_user /usr/local/var/mysql/ 第一句是安装,后面的是确保正常…
brew简介安装 brew 又叫Homebrew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便 brew类似ubuntu系统下的apt-get的功能 1. 安装brew brew 的官方网站: http://brew.sh/   在官方网站对brew的用法进行了详细的描述 安装方法:  在Mac中打开Termal:  输入命令: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/home…
之前一直怀念ubuntu下的apt-get,因为实在是方便,需要安装什么,一个命令搞定,相关的依赖包统统由apt-get维护.下载,编译,安装,那叫一个痛快.什么软件用着不爽,一个命令卸载! 怀念apt-get之余,发现了替代工具MacPorts,据说也可以解决我的问题.但可惜,我总是无法更新本地软件索引库! homebrew主页对brew进行了详细的描述,不过我们更希望下载下来实战演练! 安装brew 使用brew安装软件 使用brew卸载软件 使用brew检索软件 1.安装brew: cur…
(一)安装 1.浏览器打开brew.sh,进入homebrew主页.找到install homebrew 的命令: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2.打开iterm,键入sudo chown -R $USER /usr/local.解释下这个操作:/usr/local目录默认状态下是禁止非root用户的写文件权限的,所以…
|首先加入Homebrew官方的几个软件源 $ brew tap homebrew/dupes $ brew tap homebrew/versions $ brew tap homebrew/php |安装PHP5.6 $ brew install php56 新问题:安装完成后没有Apache用的php5.so - 卸载: $ brew remove php56 - 安装: $ brew install php56 —with-apache 如果出现以下内容说明被弃用了 Warning: h…
mac 终端下,执行以下命令,即可安装brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 在终端环境下,brew --version 查看brew的版本,也可以验证brew是否安装成功 安装完毕后,发现使用brew命令,却还是提示:-bash: brew: command not found 其实解决这个问题真的很简单.如下: s…
brew是mac上的在线包管理软件,相当于linux apt以及yum包管理工具 1.取消brew的自动更新(https://blog.csdn.net/yf9595/article/details/79843317)mac上使用brew install /brew cask install安装软件总是先updating HomeBrew…速度很慢,可以在用户主目录下的shell配置文件.bash_profile中添加: export HOMEBREW_NO_AUTO_UPDATE=true 再…
以下所有命令在mac 终端执行 1.安装postgres brew install postgres 2.brew 安装的程序都可以在/usr/local/Cellar/下找到,去/usr/local/Cellar/postgresql/12.1下找到   (12.1是我的版本,具体路径还要看你安装的什么版本) homebrew.mxcl.postgresql.plist 文件 3.链接到  ln -s /usr/local/Cellar/postgresql/12.1/homebrew.mxc…
环境:nginx+mysql+php7.2:Mac利用homebrew安装的php7.2 问题:修改了PHP的配置文件,php.ini:服务器是nginx,如何重启PHP? 开启: brew services start php@7.2 重启: brew services restart php@7.2 停止: brew services stop php@7.2…
1.搜索brew search redis //出现如下 ==> Searching local taps... hiredis redis redis-leveldb redis@2.8 redis@3.2 ==> Searching taps on GitHub... homebrew/cask/redis-app ==> Searching blacklisted, migrated and deleted formulae... 2.安装brew install redis@3.…
mac 终端程序管理工具 能让你更快速的安装你想要的工具.而不用考虑大量的依赖. 安装brew复制下面的命令,终端执行  官网Homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" API #搜索 brew search xxx 例如 brew search mysql #安装 brew install xxx 例如:brew…
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:原创heroacool 发布于2019-10-31 19:45:04 阅读数 5672 收藏展开 折腾了好久,执行 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/inst…
==> Downloading https://homebrew.bintray.com/bottles/nginx-1.10.1.el_capitan.bot######################################################################## 100.0%==> Pouring nginx-1.10.1.el_capitan.bottle.tar.gz==> CaveatsDocroot is: /usr/local/var/…
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap homebrew/versions brew install gcc49 brew install CMake…
$ brew install php70-mcrypt 报错: Error: parent directory is world writable but not sticky 搜索到github的答案 https://github.com/Homebrew/legacy-homebrew/issues/40345 原因:/tmp目录权限不对 $ ls -ld /private/tmp 打印出来 /private/tmp 被标黄了 解决办法: $ sudo chmod +t /tmp $ ls…
1.FQ或者用别的方式把安装包下载下来 2.查看缓存存储目录 brew --cache 3.将下载的包拷贝到缓存目录中,再此执行安装命令,如果安装还是去下载,检查下缓存目录是否多出一个下载中的文件,将已下载的文件改成对应的文件名即可…
curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 参考 : http://blog.csdn.net/iamduoluo/article/details/38346291 自带php nginx 如果 装不起来  ,要 更新一下 sudo brew update sudo niginx #重新加载配置|重启|停止|退出 nginx nginx -s rel…
默认使用 brew install nginx 出现了一下的错误: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff } p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-heigh…
Error: No available formula with the name "pygame" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fet…
http_proxy=dev-proxy.**.**:8080 https_proxy=dev-proxy.**.**:8080  brew install npm…
一. 安装brew 要求:OS X 10.6以上系统,并且安装有XCode命令行工具 对于10.11的系统需要设置下local的权限为当前用户 $ sudo chown -R $(whoami):admin /usr/local brew安装程序的过程中需要用到苹果的xcode中的 编译器,你可以到苹果的官网中免费下载安装(需要注册免费的开发者,然后才能下载),安装后到属性(Xcode – Perference–Downloads–Components–Command Line Tools)点击…
1.安装redis $ brew install redis Error:Failed to download resource "reds"  // 下载reds失败 不过不需要担心,brew会已经从其它地方下载并正确安装了   配置文件路径: /usr/local/etc/redis.conf     2.启动redis(可选) $ redis-server 3.添加至开机启动项(可选) $ ln -f /usr/local/Cellar/redis/2.8.13/homebrew…
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 不要轻易删除brew,brew中可能安装了很多软件,一旦删除你安装的软件也会一起删除…
/usr/local/opt/nginx/bin/nginx -v brew services restart nginx sudo /usr/local/sbin/php-fpm --fpm-config /usr/local/etc/php/5.6/php-fpm.conf --prefix /usr/local/var 534  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install…