Mac安裝homebrew安裝到指定目錄

2021-07-04 20:37:46 字數 454 閱讀 6552

第一種直接安裝在/usr/local目錄下

mac 開啟終端輸入

ruby -e "$(curl -fssl "

第二種安裝到/usr/local/homebrew

mac 開啟終端輸入

mkdir homebrew && curl -l | tar xz --strip 1 -c homebrew

然後在配置

終端輸入cd ~

終端輸入open 

.bash_profile

在裡面加入

homebrew=/usr/local/homebrew/bin:/usr/local/homebrew/sbin

export path=$homebrew:$path

儲存終端輸入source .bash_profile

最後更新一下

終端輸入

brew update

Mac 安裝home brew出錯

mark翻車經過 鹿晗公開戀情了。hhhh跟我沒有關係,老薛got7 好!安裝homebrew的時候翻車了。原因大概是不懂mac得.git config的許可權,強行回憶了一波作業系統裡許可權管理的問題,解決了。翻車現場大概是這樣 在terminal裡輸出 usr bin ruby e curl f...

Mac終端安裝Homebrew

homebrew,homebrew簡稱brew,是mac osx上的軟體包管理工具,能在mac中方便的安裝軟體或者解除安裝軟體。1.開啟mac的終端 2.輸入安裝命令 ruby e curl fssl 3.執行上述命令後會提示輸入系統密碼 輸入如下命令進行解除安裝 複製內容到剪貼簿 ruby e c...

mac安裝homebrew教程

mac安裝homebrew問題記錄 1 首先安裝xcode 終端輸入xcode select install 2 再次輸入ruby e curl insecure fssl 此過程會有多種報錯 1 error rpc failed curl 18 transfer closed with outst...