zoukankan      html  css  js  c++  java
  • Mac 安装brew

    damiage:test damingwuage$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    It appears Homebrew is already installed. If your intent is to reinstall you
    should do the following before running this installer again:

        rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup

    提示已安装,那么运行以下这个命令

    daminge:test damingwuage$ rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup

    然后再运行damingwge:test damingwuage$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    ==> This script will install:
    /usr/local/bin/brew
    /usr/local/Library/...
    /usr/local/share/man/man1/brew.1
    ==> The following directories will be made group writable:
    /usr/local/bin
    /usr/local/Library
    /usr/local/share
    /usr/local/share/man
    /usr/local/share/man/man1
    /usr/local/share/doc
    ==> The following directories will have their group set to admin:
    /usr/local/bin
    /usr/local/Library
    /usr/local/share
    /usr/local/share/man
    /usr/local/share/man/man1
    /usr/local/share/doc

    Press RETURN to continue or any other key to abort
    ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/Library /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/doc
    Password:
    ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/Library /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/doc
    ==> Downloading and installing Homebrew...

    如今就显示正在安装brew

    安装完毕之后就能够输入运行下载软件


  • 相关阅读:
    software 的魅力
    CSS中,脚本不能覆盖CSS的!!!
    取消自增ID.
    [求教]FF与IE 的Style 不兼容问题?
    SQL存储过程 之 sp_MSforeachtable和sp_MSforeachDB
    疑问:AddWebPart 不能添加动态加载的自定义控件吗?
    关于 各语言的 readonly。
    查询存储过程中的结果集.(顺便贴:一行折多行的方法)
    附一张css hack
    远程桌面dos开启
  • 原文地址:https://www.cnblogs.com/jzssuanfa/p/7268327.html
Copyright © 2011-2022 走看看