banner
leoking

leoking

前端开发者
tg_channel

macのhomebrewのインストール

インストール#

初めてインストールする場合、かつ他のソースに変更する必要がある場合

スクリプトにはデフォルトで中科大のミラーが組み込まれていますが、ソースを変更する場合は、インストールスクリプトを取得するためにヘルパーを使用してください:

# 1. インストールスクリプトを実行する
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.ustc.edu.cn/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.ustc.edu.cn/homebrew-core.git"
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"

# 2. インストールが完了したら、設定を行う
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles/bottles' >> ~/.zprofile
source ~/.zprofile

ソースの変更#

既にインストール済みで、ソースを変更する必要がある場合

"ミラー"、"プラットフォーム"、"ターミナルの種類" を選択すると、対応するミラー設定スクリプトが自動的に生成されます。

# スクリプト
git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
brew update

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles/bottles' >> ~/.zprofile
source ~/.zprofile
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

環境変数の設定#

Python の環境変数を設定する

PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
export PATH
alias python="/Library/Frameworks/Python.framework/Versions/3.11/bin/python3"

Warning: RubyバージョンのHomebrewインストールスクリプトは廃止されました。新しいスクリプトはBashで書き直されています。
以下のコマンドを使用してください:
  /bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"

==> `sudo` アクセスの確認中(パスワードの入力を要求する場合があります)。
パスワード:
==> このスクリプトは以下をインストールします:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> インストールのヒント
ソースを変更したい場合は、ミラーアシスタントを使用できます:https://brew.idayer.com/guide/change-source/

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。