macprefs icon indicating copy to clipboard operation
macprefs copied to clipboard

Homebrew version is outdated

Open marcomc opened this issue 4 years ago • 3 comments

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

marcomc avatar Sep 27 '20 19:09 marcomc

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

MilanDeruelle avatar Jan 18 '22 15:01 MilanDeruelle

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 avatar Jun 24 '22 22:06 sciencetaco

@sciencetaco Thank you so much! I had to run brew unlink macprefs then brew install --HEAD macprefs instead and its working again.

gwayne9955 avatar Feb 02 '23 20:02 gwayne9955