Unison 2.48.4 を Mac OS X に Homebrew を用いてインストール
以下でうまくいった.
# Get rid of existing Unison
brew uninstall --force unison
# Checkout version of homebrew with Unison 2.48.4
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
git checkout 05460e0bf3ae5f1a15ae40315940b2d39dd6ac52 Formula/unison.rb
# Install
brew install --force-bottle unison
# Set homebrew-core back to normal
git checkout master
git reset HEAD .
git checkout -- .
参考リンク
Author And Source
この問題について(Unison 2.48.4 を Mac OS X に Homebrew を用いてインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/tetsuo_jp/items/af2cec68c84f1e6be5eb著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .