Homebrew/トラブル
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(Homebrew,トラブル);
* [[トラブル]] [#na7e391a]
+ Pythonのコマンドが見つからない (2020/07/21)
$ /usr/local/bin/python3
zsh: no such file or directory: /usr/local/bin/python3
-- 原因:正しくリンクされていない為(古いバージョンが残っ...
$ brew info python3
Unversioned symlinks `python`, `python-config`, `pip` et...
`python3`, `python3-config`, `pip3` etc., respectively, ...
/usr/local/opt/python@3.8/libexec/bin
-- 対策:リンクを作成する
$ brew link python@3.8
Linking /usr/local/Cellar/python@3.8/3.8.4... 41 symlink...
+ [[Segmentation Fault on almost all brew commands · Issu...
I encounter frequent segmentation fault running almost a...
-- 解決策:キャッシュをクリアしたところ、解消した。(2018/...
$ brew cleanup -s
+ [[macOS Mojave で brew install や brew update に失敗す...
/usr/local/sbin と /usr/local/Frameworks が存在しない
+ [[Jenkins]]サービスが起動しない (2019/08/09)
-- 原因:下記のコマンドでは ~/Library/LaunchAgents/homebr...
$ brew services start jenkins
-- 対策:自分で[[LaunchDaemons]]コマンドを呼び出せば良い。
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.je...
* 関連 [#xfeb494e]
#related
#taglist(tag=Homebrew^トラブル)
終了行:
#contents
&tag(Homebrew,トラブル);
* [[トラブル]] [#na7e391a]
+ Pythonのコマンドが見つからない (2020/07/21)
$ /usr/local/bin/python3
zsh: no such file or directory: /usr/local/bin/python3
-- 原因:正しくリンクされていない為(古いバージョンが残っ...
$ brew info python3
Unversioned symlinks `python`, `python-config`, `pip` et...
`python3`, `python3-config`, `pip3` etc., respectively, ...
/usr/local/opt/python@3.8/libexec/bin
-- 対策:リンクを作成する
$ brew link python@3.8
Linking /usr/local/Cellar/python@3.8/3.8.4... 41 symlink...
+ [[Segmentation Fault on almost all brew commands · Issu...
I encounter frequent segmentation fault running almost a...
-- 解決策:キャッシュをクリアしたところ、解消した。(2018/...
$ brew cleanup -s
+ [[macOS Mojave で brew install や brew update に失敗す...
/usr/local/sbin と /usr/local/Frameworks が存在しない
+ [[Jenkins]]サービスが起動しない (2019/08/09)
-- 原因:下記のコマンドでは ~/Library/LaunchAgents/homebr...
$ brew services start jenkins
-- 対策:自分で[[LaunchDaemons]]コマンドを呼び出せば良い。
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.je...
* 関連 [#xfeb494e]
#related
#taglist(tag=Homebrew^トラブル)
ページ名: