• 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

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


  • 相关阅读:
    HDU 3091 Necklace <<状压dp
    HDU 1074 Doing Homework<<状压dp
    单片机程序设计中的“分层思想”
    单片机的 FIFO循环队列实现
    串口多字节接收
    单片机多字节串口接收(转)
    SD卡应用总结(Fatfs)
    FATFS 初学之 磁盘 I/O接口
    FATFS 初学之 f_gets/ f_putc/ f_puts/ f_printf
    FATFS 初学之 f_chdir/ f_chdrive
  • 原文地址:https://www.cnblogs.com/jzssuanfa/p/7268327.html
Copyright © 2020-2023  润新知