macprefs
macprefs copied to clipboard
Homebrew version is outdated
brew is installing version 1.0.26 which correspond to the latest tag but do not correspond to the latest master. 1.0.26 is not compatible with Python3, the latest master is.
it would require a version tagging for the current master and updating brew.
thanks
Could this be done? The brew version does not support internet accounts and the missing python3 support is pretty inconvenient if you switched your osx to python3 as default. @clintmod
brew edit clintmod/formulas/macprefs
add:
head do url "https://github.com/clintmod/macprefs.git", branch: "master" end
then brew install --HEAD macprefs
and maybe brew link --overwrite macprefs
should result in a working homebrew install of macprefs.
@sciencetaco Thank you so much! I had to run
brew unlink macprefs
then brew install --HEAD macprefs
instead and its working again.